Add -X support for Mercurial.
Review Request #6331 — Created Sept. 16, 2014 and submitted — Latest diff uploaded
The Mercurial backend now supports the -X/--exclude option.
Add unit tests for excluding files from Mercurial diffs.
Unit tests pass.
Posted review request to development server that excluded files.
Changes between revision 1 and 2
orig
1
2
3
AUTHORS |
---|
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/commands/__init__.py |
---|
rbtools/commands/diff.py |
---|
rbtools/commands/post.py |
---|