首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在沙箱中列出所有挂起的变更者

在沙箱中列出所有挂起的变更者
EN

Stack Overflow用户
提问于 2016-04-06 21:26:42
回答 1查看 3.9K关注 0票数 1

我有一个绝对沙箱,我已经在沙箱中创建了一个新的变更集,它还在等待中,也就是说我还没有提交它。我怎样才能得到更改集的编号。p4 changelists给了我所有沙箱的变更者,我只需要我的沙箱,而那只是挂起的沙箱。

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2016-04-06 22:50:46

代码语言:javascript
复制
p4 changes -c CLIENT -s pending

其中客户端是客户端规范("sandbox")的名称。

来自"p4帮助更改“:

代码语言:javascript
复制
changes -- Display list of pending and submitted changelists
changelists -- synonym for 'changes'

p4 changes [-i -t -l -L -f] [-c client] [ -e changelist# ]
        [-m max] [-s status] [-u user] [file[revRange] ...]

    ...

    The -c client flag displays only submitted by the specified client.

    ...

    The -s status flag limits the output to changelists with the specified
    status. Specify '-s pending', '-s shelved', or '-s submitted'.
票数 4
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/36462669

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档