ccollab addchangelist (for MKS Source) |
Top Previous Next |
Usage: ccollab [global-options] addchangelist <review> <changelist> [<changelist> ...]
addchangelist - Attaches an atomic changelist to a review
The first argument is the review specifier, subsequent arguments are the IDs of the Pending Change Packages or Change Packages to upload.
For example, to upload Pending Change Packages 1:2 and 3:2 to a new review:
ccollab addchangelist new 1:2 3:2
For example, to upload Change Packages 1:1 and 3:1 to review 111:
ccollab addchangelist 111 1:1 3:1 |