How to filter log messages according to committer?

Asked by Andre Massing

Hi!

I am looking for a possibility to only retrieve log messages according to a certain committer. External grep is not sufficient for me since messages can largely vary in length, so I was wondering whether there is an option to do that with bzr.

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Solved by:
Gary van der Merwe
Solved:
Last query:
Last reply:
Revision history for this message
Vincent Ladeuil (vila) said :
#1

I'm not sure there exist a plugin implementing that sort of thing, but surely bzr-search can be a good starting point.

If a GUI suits you, qlog allows you select an author (which defaults to the committer) and displays only
the matching revisions.

Revision history for this message
Best Gary van der Merwe (garyvdm) said :
#2

On Mon, Mar 22, 2010 at 9:38 PM, Vincent Ladeuil
<email address hidden> wrote:
> I'm not sure there exist a plugin implementing that sort of thing, but
> surely bzr-search can be a good starting point.

Here is a patched version of bzr search that does this:
lp:~garyvdm/bzr-search/authors

Revision history for this message
Andre Massing (massing) said :
#3

Hi thanks for the link to the patch version! I tried to use bzr-search but unfortunately the karmic version crashes on my computer. So I have probably to report it, but that is another story :)