Add -X support for the CVS SCMClient
Review Request #6358 — Created Sept. 22, 2014 and submitted
The CVS SCMClient can now exclude files from
diff
andpost
output
using therbtools.utils.diffs.filter_diff
method.
Running
rbt diff -X f
in a file with more than just a filef
changed returns the diff for all files except forf
.