Mercurial 可以打印命令成功消息而不是无响应吗?

发布于 2024-09-02 03:00:16 字数 41 浏览 6 评论 0原文

Mercurial 可以在输出提示中打印命令成功消息而不是无响应吗?

Can Mercurial print command success messages instead of no response in the output prompt?

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

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

发布评论

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

评论(2

梦回梦里 2024-09-09 03:00:16

返回一个值,因此您可以将其包装在脚本中。

It returns a value, hence you can wrap it around a script.

云巢 2024-09-09 03:00:16

你可以写post-hooks< /a> 在成功的命令中输出你想要的任何内容。但我不知道这样做有什么好处。

有一个关于钩子执行几乎正是你想要的,但有提交
。请注意,使用命令后挂钩,您不需要检查结果是否成功,因为只有在命令成功时才会运行挂钩。

you could writepost-<command>hooks to output whatever you want on succesful commands. I don't see what the benefit would be however.

the book has a tutorial on hooks doing almost exactly what you want but with commit
. note with a post-command hook you shouldn't need to check the result for success as the hook will only be run if the command was successful.

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