【问题标题】:How to see what will be pushed to a Mercurial repo before doing an actual hg push?在进行实际 hg 推送之前,如何查看将推送到 Mercurial 存储库的内容?
【发布时间】:2012-01-03 04:54:27
【问题描述】:

我想将我的代码推送到一个仓库,但在这样做之前我想看看推送会发送哪些更改。

【问题讨论】:

标签: version-control mercurial dvcs


【解决方案1】:

这应该显示要推送的变更集。

hg outgoing

http://www.selenic.com/mercurial/hg.1.html#outgoing

要自定义输出,请查看以下答案: https://stackoverflow.com/a/3041751/62054

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多