[RFC][PATCH] support for aliases in bazaar.conf

Erik Bågfors zindar at gmail.com
Mon Feb 6 18:22:14 GMT 2006


2006/2/6, Wouter van Heyst <larstiq at larstiq.dyndns.org>:
> On Sun, Feb 05, 2006 at 09:05:17PM +0100, Erik Bågfors wrote:
> > Hi
> >
> > I keep doing simple things that I want in bzr...
> >
> > I implemented support for aliases in bazaar.conf. The following are
> > some examples
> >
> > [ALIASES]
> > lastlog=log --line -r-10..-1
> > ll=log --line -r-10..-1
> > h=help
> > up=pull
>
> Stuff like
>
>     alias bzr-submit='bzr push; bzr-submit $*'
>
> should still be done with a wrapping plugin, or are you planning to
> support that too?

I don't see how that can be done, and I don't think it should be done
like this. I think that this should be simpel and for more advanced
stuff, get a plugin. This can be done with a normal plugin that just
calles both push and submit.

/Erik




More information about the bazaar mailing list