How to get the diff between two arbitrary remote revisions?
Matthieu Moy
Matthieu.Moy at imag.fr
Wed Nov 16 09:02:00 GMT 2005
Matthieu Moy <Matthieu.Moy at imag.fr> writes:
>> bzr diff -r 3 --branch /path/to/branch -r 3 --branch /path/to/other/branch
>
> That's not my prefered one, but it seems more acceptable. If you
> provide a 1-letter shortcut for --branch (say, -b), it's not really
> longer to type.
I'm just realizing that this has some added value over modifying the
namespace:
bzr diff -r date:yesterday /path/to/branch \
-r before:date:yesterday /path/to/branch
or those kind of fancy things would become possible. Whereas adding
this to the namespace would give an awfull result.
--
Matthieu
More information about the bazaar
mailing list