ccollab addp4diffs |
Top Previous Next |
Usage: ccollab [global-options] addp4diffs [--upload-comment <value>] <review> [<p4-diff-arg> [<p4-diff-arg> ...]]
addp4diffs - Uploads diffs generated from p4 diff2 command
Do not use diff arguments that affect the diff output such as -q, -t, -d<flag>, or -s<flag>. The Code Collaborator command-line client will automatically select an output format that ensures you will get all the data you need on the server.
Examples: ccollab addp4diffs 698 //depot/file1 //depot/file2 ccollab addp4diffs new //depot/...@1523 //depot/... ccollab addp4diffs 698 -b my-branch |