Comment 3 for bug 480684

Revision history for this message
Robert Collins (lifeless) wrote : Re: [Bug 480684] Re: Return matching revisions

On Tue, 2010-02-09 at 00:28 +0000, Renato Silva wrote:
> Imagine you rename some_method() to other_name(). Everything seems to
> work fine, but after some time you get a bug report, and you suspect
> that the change has introduced that bug. However, you don't remember
> anymore when and why the method was renamed. So you want to search for
> code changes containing 'some_method' to find what commit did the
> rename. Currently, if you didn't mention the name in the commit comment,
> you have to manually inspect bzr log -p or so.
>
> So I mean 'show the revisions whose diff contains the search string'.

bzr search searches the diff between revisions already. So I'm not sure
what change you are asking for :)

-Rob