|
ccollab addchangelist (for AccuRev) |
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 Transactions to upload.
For example, to upload Transactions t4321 and t7568 to a new review:
ccollab addchangelist new 4321 7568
For example, to upload Transactions t5432 and t12654 to review 111:
ccollab addchangelist 111 5432 12654 |