bzr log without the labels

Marius Kruger amanic at gmail.com
Sun Jul 25 20:29:50 BST 2010


On 23 July 2010 19:25, Guy Gascoigne-Piggford <guy at wyrdrune.com> wrote:
> Is there a way to surpress the label information from bzr log?  I know
> that bzr log -l10 --line | sed 's/{.*}//' can do what I want, but
> since I can't put the pie to sed in the bzr alias it's just not as
> convenient.

you can try the following:

1. Install http://bzr.oxygene.sk/bzr-plugins/extcommand
2. Add "mylog = bzr log -l10 --line $@ | sed 's/{.*}//" to a new
[EXTERNAL_ALIASES] section in bazaar.conf
3. bzr mylog

(addapted from: https://lists.ubuntu.com/archives/bazaar/2009q1/052187.html )

-- 
<>< Marius ><>



More information about the bazaar mailing list