如何在bazaar中搜索某个项目内的代码

发布于 2024-09-25 18:16:31 字数 129 浏览 6 评论 0原文

如何在集市中的某个项目中搜索代码(例如在 https://launchpad.net/~play-开发人员

How to search for code within a certain project in bazaar (e.g. say under https://launchpad.net/~play-developers)

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

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

发布评论

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

评论(3

怪我太投入 2024-10-02 18:16:31

bzr-search 插件应该能够提供帮助

the bzr-search plugin should be able to help

相思故 2024-10-02 18:16:31

单击“相关项目”链接,转到 https://launchpad.net/play,然后单击“代码”链接,转到 https://code.launchpad.net/play 瞧。

Click on the "Related projects" link, go to https://launchpad.net/play then click on Code link, go to https://code.launchpad.net/play and voila.

莫相离 2024-10-02 18:16:31

另一种选择是 bzr-grep 插件。

此命令搜索指定文件和给定模式的修订版本。该模式被指定为 Python 正则表达式。

Yet another alternative is the bzr-grep plugin.

This command searches the specified files and revisions for a given pattern. The pattern is specified as a Python regular expression.

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