[TFS] Add support for excluding files from workspace diff.
Review Request #8022 — Created March 1, 2016 and submitted
Information | |
---|---|
bmartin | |
RBTools | |
master | |
Reviewers | |
rbtools | |
Add support for excluding files from workspace diff.
rbt post --exclude **\filename.ext
excludes just that file but includes other files from the workspace.
Description | From | Last Updated |
---|---|---|
Can you make the first two lines of the conditional line up? if (exclude_patterns and filename_match_any_patterns(... |
|
-
Thanks so much for this! I have just one tiny comment.
-
rbtools/clients/tfs.py (Diff revision 1) Can you make the first two lines of the conditional line up?
if (exclude_patterns and filename_match_any_patterns(...