|
ccollab addchangelist (for Team Foundation Server) |
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 Shelvesets or Changesets to upload. Note that the Changesets are searched first - if a Changeset is found, it will be added to the review; to avoid any naming conflicts, always use at least one non-numeric character in your Shelveset names.
For example, to upload Shelvesets MyShelveset and todays_work to a new review:
ccollab addchangelist new MyShelveset todays_work
For example, to upload Changesets C3 and C12654 to review 111:
ccollab addchangelist 111 3 12654 |