Rev 3963: Fix bug #314525: don't try to put ids if there is no annotation (second try) in http://bazaar.launchpad.net/%7Evila/bzr/bzr.integration

Vincent Ladeuil v.ladeuil+lp at free.fr
Tue Jan 27 18:06:30 GMT 2009


At http://bazaar.launchpad.net/%7Evila/bzr/bzr.integration

------------------------------------------------------------
revno: 3963
revision-id: v.ladeuil+lp at free.fr-20090127180557-m8lzcymb344dtwo3
parent: v.ladeuil+lp at free.fr-20090127173602-c4r1ua3w7rz1ypgz
parent: v.ladeuil+lp at free.fr-20090127180500-bv6vc33v59hpphti
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: bzr.integration
timestamp: Tue 2009-01-27 19:05:57 +0100
message:
  Fix bug #314525: don't try to put ids if there is no annotation (second try)
modified:
  bzrlib/annotate.py             annotate.py-20050922133147-7c60541d2614f022
    ------------------------------------------------------------
    revno: 3960.1.3
    revision-id: v.ladeuil+lp at free.fr-20090127180500-bv6vc33v59hpphti
    parent: v.ladeuil+lp at free.fr-20090127173234-ksrb3hxbpdo8traf
    committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
    branch nick: 314525-annotate-show-ids
    timestamp: Tue 2009-01-27 19:05:00 +0100
    message:
      Damn gremlin.
      
      * bzrlib/annotate.py:
      (_show_id_annotations): Gremlin modification reverted.
    modified:
      bzrlib/annotate.py             annotate.py-20050922133147-7c60541d2614f022
-------------- next part --------------
=== modified file 'bzrlib/annotate.py'
--- a/bzrlib/annotate.py	2009-01-27 17:32:34 +0000
+++ b/bzrlib/annotate.py	2009-01-27 18:05:00 +0000
@@ -161,7 +161,7 @@
         else:
             this = ''
         to_file.write('%*s | %s' % (max_origin_len, this, text))
-            last_rev_id = origin
+        last_rev_id = origin
     return
 
 



More information about the bazaar-commits mailing list