Mercurial 仓库搜索

发布于 2024-12-02 10:50:24 字数 77 浏览 0 评论 0原文

是否有一个命令可以在 Mercurial 存储库中搜索指定的字符串并显示找到的修订版本?

如果没有,有没有例子说明如何实施?

Is there a command that searches a specified string over a Mercurial repository and displays revisions where it is found?

If not, are there any examples of how to implement it?

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

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

发布评论

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

评论(1

七七 2024-12-09 10:50:24

hg grep 将在整个存储库历史记录中搜索 string

hg grep <string> will search your entire repository history for string.

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