Finish tranisition for new revisions syntax.
Review Request #5264 — Created Jan. 15, 2014 and submitted — Latest diff uploaded
Finish tranisition for new revisions syntax.
This change does a handful of things: * Updates the ClearCase implementation to use the new diff method, and changes
it from using --tracking-branch to abrtype:
prefix. * Fixes up ClearCase documentation for the new syntax. * Cleans up theget_diff
method, now that there are no legacy consumers. * Changes the--revision-range
argument to just print an error. * Changes the help for the options to say[revisions]
instead of
[changenum]
. * Updates the docs to remove --revision-range * Updates the docs to list -I/--include
- Ran unit tests.
- Built docs and verified that they looked right.
Diff Revision 3 (Latest)
orig
1
2
3
docs/rbtools/rbt/commands/diff.txt |
---|
docs/rbtools/rbt/commands/post.txt |
---|
rbtools/clients/__init__.py |
---|
rbtools/clients/bazaar.py |
---|
rbtools/clients/clearcase.py |
---|
rbtools/clients/cvs.py |
---|
rbtools/clients/git.py |
---|
rbtools/clients/mercurial.py |
---|
rbtools/clients/perforce.py |
---|
rbtools/clients/plastic.py |
---|
rbtools/clients/svn.py |
---|
rbtools/clients/tests.py |
---|
rbtools/commands/diff.py |
---|
rbtools/commands/post.py |
---|
rbtools/utils/diffs.py |
---|