Rev 124: Remove erroneus [0]. in file:///home/jelmer/bzr-rebase/trunk/

Jelmer Vernooij jelmer at samba.org
Mon Feb 2 21:15:02 GMT 2009


At file:///home/jelmer/bzr-rebase/trunk/

------------------------------------------------------------
revno: 124
revision-id: jelmer at samba.org-20090202211502-77bmj02gwgx3az7v
parent: jelmer at samba.org-20090202210512-j9e98qmy30z8s0fg
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Mon 2009-02-02 22:15:02 +0100
message:
  Remove erroneus [0].
modified:
  rebase.py                      rebase.py-20070626221123-ellanmf93nw8z9r1-1
=== modified file 'rebase.py'
--- a/rebase.py	2009-02-02 21:05:12 +0000
+++ b/rebase.py	2009-02-02 21:15:02 +0000
@@ -257,7 +257,7 @@
                     parents = tuple(parents)
                 replace_map[c] = (generate_revid(c), tuple(parents))
                 if replace_map[c][0] == c:
-                    del replace_map[c][0]
+                    del replace_map[c]
                 elif c not in processed:
                     todo.append(c)
     finally:




More information about the bazaar-commits mailing list