-
-
-
-
-
rbtools/commands/diff.py (Diff revision 1) These will be unused after the code is removed, and should be removed as well.
-
-
rbtools/commands/diff.py (Diff revision 1) Thanks for including my name, but you're welcome to take full credit here. It's your project, and I think you should be able to claim authorship. Feel free to switch this to "John Sintal" If you'd like.
-
-
-
-
rbtools/commands/diff.py (Diff revision 1) You'll want to remove the defaults from here which don't make sense after deleting them from above.
-
rbtools/commands/diff.py (Diff revision 1) I'm not sure what's going on with the indentation here. This shouldn't be indented so much.
-
RB Diff
Review Request #3429 — Created Oct. 18, 2012 and submitted
RB command that displays a diff in the terminal.
Git: Tried out --tracking-branch, --parent and no args, all of which produced diff properly SVN: Tried out without args, and listing individual file(s), all of which produced diff(s) properly.
Description | From | Last Updated |
---|---|---|
Unused, should be removed. |
SM smacleod | |
Unused imports, should be removed. |
SM smacleod | |
These imports aren't used and should be removed. |
SM smacleod | |
These will be unused after the code is removed, and should be removed as well. |
SM smacleod | |
Unused, should be removed. |
SM smacleod | |
These options aren't needed for the diff command. |
SM smacleod | |
These options aren't needed for the diff command. |
SM smacleod | |
This options isn't needed for the diff command. |
SM smacleod | |
You'll want to remove the defaults from here which don't make sense after deleting them from above. |
SM smacleod | |
These defaults should probably stay. |
SM smacleod | |
This default should stay |
SM smacleod | |
I'm not sure what's going on with the indentation here. This shouldn't be indented so much. |
SM smacleod | |
This code isn't necessary for the diff command. |
SM smacleod | |
Blank line between these. |
|
|
Are these needed? |
|
|
Doc strings must always be sentences. |
|
|
Alphabetical. |
|
Description: |
|
||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+110) |
Description: |
|
|||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Testing Done: |
|
Change Summary:
Updated to do list. That's it.
Description: |
|
---|
-
It's fine to delete the current 'rbdiff.py' and rename yours. If needed we can look at the history to get its contents.
-
-
Change Summary:
Rename the rbdiff command in setup.py
Description: |
|
|||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 4 (+118 -196) |
Change Summary:
Changed the way commands are branched from other features (rb-general). Ex.: http://pastie.org/5468764
Diff: |
Revision 5 (+108 -196) |
---|
Change Summary:
rebased on rb-general
Description: |
|
|||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Testing Done: |
|
|||||||||||||||||||||||||||
Diff: |
Revision 6 (+90 -196) |
Change Summary:
Rebased on using the gettatr(options, field, default method for ALL
Diff: |
Revision 7 (+90 -196) |
---|
-
-
rbtools/commands/rbdiff.py (Diff revision 8) I think your error would be fixed if you did tool.diff(list(args))
Change Summary:
svn diff bug fixed
Testing Done: |
|
||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 10 (+84 -196) |