0

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

user339108
  • 12,613
  • 33
  • 81
  • 112

3 Answers3

2

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.

bialix
  • 20,053
  • 8
  • 46
  • 63
2

the bzr-search plugin should be able to help

jelmer
  • 2,405
  • 14
  • 27
0

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.

AmanicA
  • 4,659
  • 1
  • 34
  • 49