scm changeset 子命令用于关闭已打开的变更集或者修改已打开的或关闭的变更集的注释。
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
工作空间:(1101)“HelloJazz”<->(1102)“HelloJazz Stream”
组件:(1103)“HelloJazz”
基线:(1104)2“base”
传出:
变更集:
(1107)--@ <无注释>
C:\local-workspaces\HelloJazz>scm changeset close 1107
已关闭变更集。
C:\local-workspaces\HelloJazz>scm status
工作空间:(1101)“HelloJazz”<->(1102)“HelloJazz Stream”
组件:(1103)“HelloJazz”
基线:(1104)2“base”
传出:
变更集:
(1107)--$ <无注释>