如何在bazaar中搜索某个项目内的代码
如何在集市中的某个项目中搜索代码(例如在 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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
bzr-search 插件应该能够提供帮助
the bzr-search plugin should be able to help
单击“相关项目”链接,转到 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.
另一种选择是 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.