Mercurial 虚拟推送
Mercurial 有没有办法进行虚拟推送?
我基本上想看看如果我用当前的变更集进行推送会发生什么。
我记得 Subversion 中提供了这种类型的功能,但我不确定如何使用 Mercurial 来实现它。
这样做的原因是我想查看有多少更改被推送到了多少文件等,以及真实推送期间显示的所有信息。
也许有一种我还不知道的更好的方法?
Is there a way with Mercurial to do a dummy push?
I basically want to see what would happen in the event that I did a push with my current changesets.
I remember this type of functionality being available in Subversion but I'm not sure how I'd go about it with Mercurial.
The reason for this is that I'd like to see how many changes are being pushed to how many files etc etc, all of the info that's shown during a real push.
Perhaps there's a better way of doing this that I don't know about yet?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您想要
hg 传出
。You want
hg outgoing
.