Add exclude files support to the Perforce SCMClient.

Review Request #6376 — Created Sept. 26, 2014 and submitted — Latest diff uploaded

Information

RBTools
master
48f5441...

Reviewers

The Perforce SCMClient now supports the -X flag for diff and post
operations. The -X parameter specifies a pattern to match against.
To specify a pattern against a depot, use -X //depot/... and to
specify a relative (to the current working directory) pattern, use
-X pattern. A pattern that beings with a single slash is
interpreted as an absolute path.

Generated diffs via rbt diff -X that excluded files. This was tested
using numbered changesets (both submitted and pending) and the default
changeset (i.e., open files)

Diff Revision 6

This is not the most recent revision of the diff. The latest diff is revision 7. See what's changed.

orig
1
2
3
4
5
6
7
docs/rbtools/rbt/commands/diff.rst
docs/rbtools/rbt/commands/post.rst
rbtools/clients/perforce.py
Loading...