Add support for -X/--exclude/EXCLUDE_FILES.
Review Request #6317 — Created Sept. 12, 2014 and submitted — Latest diff uploaded
rbtools now recognizes the -X and --exclude command line options for
excluding files from diffs and review requests. The EXCLUDE_FILES
option in .reviewboardrc adds the same functionality, but can be
committed to the repository.Currently no backends support this option.
Unit tests pass.
Runningrbt diff
with-X
or--exclude
flags, or with
EXCLUDE_FILES
set in.reviewboardrc
causes the expected error
message
Diff Revision 2
This is not the most recent revision of the diff. The latest diff is revision 5. See what's changed.
orig
1
2
3
4
5
AUTHORS |
---|
docs/rbtools/rbt/commands/diff.rst |
---|
docs/rbtools/rbt/commands/post.rst |
---|
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/commands/__init__.py |
---|