bzr log between 2 tag versions with dots

John Arbash Meinel john at arbash-meinel.com
Tue Mar 8 15:03:01 UTC 2011


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 3/8/2011 3:04 PM, cyril.scetbon at free.fr wrote:
> Hi,
> 
> I want to parse mysql bzr log between 2 tags. However there are dots in the tag
> names. If I check only the tag log I get it right away :
> 
> bzr log  -r tag:mysql-5.5.1-m2
> ------------------------------------------------------------
> revno: 2875.36.7
> tags: mysql-5.5.1-m2
> committer: Joerg Bruehe <joerg at mysql.com>
> branch nick: clone-5.5
> timestamp: Mon 2010-01-04 15:03:09 +0100
> message:
>   Ensure that the variable "MYSQL_U_SCORE_VERSION" is expanded
>   whereever it is used (currently, only RPM spec files).
> 
> But, if I want logs since this tag or between 2 tags with the syntax -r
> tag:tagname1..tag:tagname2 does not work. I think it's caused by the dots in the
> tag names...
> 
> Is there a way to resolve this issue ?
> 
> Here is an example of the error :
> 
> bzr log  -r tag:mysql-5.5.1-m2..
> bzr: ERROR: Start revision not found in left-hand history of end revision.
> 
> thanks
> 

try:
  bzr log -n0 -r tag:mysql-5.5.1-m2..

John
=:->
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk12RSUACgkQJdeBCYSNAAMeHgCgo/XBEBiEyUnrieBhjd/41sPI
BggAoK56Lv3dN9yZkyGnbKdM6HaCTGoy
=KGJe
-----END PGP SIGNATURE-----



More information about the bazaar mailing list