Add support for "branch" operations in TFS.
Review Request #8033 — Created March 6, 2016 and submitted
This change, based on one by Brandon Martin, adds support for the "branch"
operation in TFS, which is essentially a file copy. This can be combined with
edit operations in-place. This will find the original filename and add the
correct metadata to the special header for the server side to know that the
operation was a file copy.
- Did branch and branch+edit operations. Saw that
rbt diff
andrbt post
resulted in what I'd expect. - Ran unit tests.
Description | From | Last Updated |
---|---|---|
Could just be: args.append(path or os.getcwd()) |
chipx86 |
- Change Summary:
-
Remove some debug output.
- Commit:
-
7d9f60dcd5d6c6c76a5c9b36b512ecd74161448ca85fd5a7c3f7b77bea74974b11f53cd7bd1d45ba
- Diff:
-
Revision 2 (+16 -4)