On Wed, 28 Sep 2011 13:59:29 -0500 Terry Brown <[email protected]> wrote:
> bzr search https://launchpad.net/bzr-search is cool, sounds cool, > anyway, if it works as advertised. e.g. in this case - where were the > hooks, in which revision of which file? There's no sign of them now, > but bzr search claims. > > Bah - the indexing step just crashed, oh well. So the not too bad alternative would be, in bash shell world, for i in *.py; do echo $i; bzr log --include-merges --show-diff $i >$i.log; done then just search the .log files. Cheers -Terry -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
