On Wed, Nov 08, 2006 at 11:20:45PM +0100, Goffredo Baroncelli wrote: > [ALIAS] > c=log -r 1 > > and then I do > > $ bzr c -r 2 > > the command abowe will be translated in > > $ bzr log -r 1 -r 2 > > which will raise an error (bzr cat --revision takes exactly one number) Maybe we want long options as well; would solve this? --revfrom --revto Matt