ccollab adddiffs

Top  Previous  Next

Usage: ccollab [global-options] adddiffs [--relative --upload-comment <value>] <review> <before> [<after>]

 

adddiffs - Attaches file differences to a Review

 

Command Options

Option

Required?

Description

--relative

N

Upload as paths relative to the before or after directory

--upload-comment <value>

N

Comment used to upload files

<review>

Y

Must be either an integer review-id, 'new', 'ask', or 'last'

<before>

Y

If `after` is also given, a directory of files to treat as base files or file to use as base file (before changes were made). If no `after` argument is given, this is a file containing multi-file textual diffs, or '-' to read diffs from stdin

<after>

N

Directory of files to scan for differences or file to use as modified file(after changes have been made)