ccollab addchangelist (for ClearCase) |
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 Activities or Activities to upload.
For example, to upload Activities add_new_scm_support and add_extended_version_parsing to a new review:
ccollab addchangelist new add_new_scm_support add_extended_version_parsing
For example, to upload Activities AnActivity and AnotherActivity to review 111:
ccollab addchangelist 111 AnActivity AnotherActivity |