如何查看本地和存储库之间的 Mercurial 差异?

发布于 2024-10-06 14:15:50 字数 86 浏览 0 评论 0原文

你好 我正在使用 Mercurial 寻找一个命令来显示我未添加的示例文件。 您能否指定我正在查找的命令是否有名称?就像显示存储库和本地之间的差异一样。 谢谢

Hi
Using Mercurial I'm looking for a command to display for example files I didn't add.
Can you specify if there's a name for the command I'm looking for? Like displaying the difference between the repository and local.
Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

醉南桥 2024-10-13 14:15:50

hg status 将显示所有修改、添加、删除或未知文件的状态。使用 hg status --unknown 显示工作目录中不在存储库中的文件。它还有其他几个命令行开关:有关详细信息,请参阅hg help status

hg status will show the state of all modified, added, removed or unknown files. Use hg status --unknown to show files in your working directory that aren't in the repository. It has several other command line switches as well: see hg help status for details.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文