Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Fabric 从本地机器部署我的 Python 应用程序。我想访问我们的中央 Mercurial 存储库(托管在 BitBucket.org),看看我的本地存储库是否与提示的版本相同。
有没有我可以调用的命令来查看存储库中是否有可用的更新而无需实际拉取它们?如果有更新,我想暂停该过程,以便我可以在取消这些更改或继续部署之前手动查看内容。
$ hg help incoming hg incoming [-p] [-n] [-M] [-f] [-r REV]... [--bundle FILENAME] [SOURCE] aliases: in show new changesets found in source
此外,为了完整起见,您可以使用 GUI 工具,例如 TortoiseHg,它具有相同的功能,但可以直观地显示传入的变更集,如下所示: