The scm changeset subcommand enables you to close an open change set or modify the comment on an open or closed change set.
scm changeset close { [ -d | --dir ] workspace-path [ -w | --workspace ]} change set
scm changeset comment { [ -d | --dir ] workspace-path } change set comment
scm changeset close { [ -r | --repository-uri ] repository URI [ -u | --username ] user ID in repository [ -P | --password ] password for user ID in repository [ -d | --dir ] workspace-path [ -w | --workspace ]} change set
scm changeset comment { [ -r | --repository-uri ] repository URI [ -u | --username ] user ID in repository [ -P | --password ] password for user ID in repository [ -d | --dir ] workspace-path } change set comment
C:\local-workspaces\HelloJazz>scm status
Workspace: (1101) "HelloJazz" <-> (1102) "HelloJazz Stream"
Component: (1103) "HelloJazz"
Baseline: (1104) 2 "base"
Outgoing:
Change sets:
(1107) --@ <No comment>
C:\local-workspaces\HelloJazz>scm changeset close 1107
Change set closed.
C:\local-workspaces\HelloJazz>scm status
Workspace: (1101) "HelloJazz" <-> (1102) "HelloJazz Stream"
Component: (1103) "HelloJazz"
Baseline: (1104) 2 "base"
Outgoing:
Change sets:
(1107) --$ <No comment>
Did this help? You can provide feedback at Jazz.net (registration required): Comment in the forums or submit a bug