[RFC][PATCH] New revision option format

Matthew Hannigan mlh at zip.com.au
Thu Nov 9 04:12:03 GMT 2006


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





More information about the bazaar mailing list