Rev 119: Remove useless call to get_transaction(). in file:///home/jelmer/bzr-rebase/trunk/

Jelmer Vernooij jelmer at samba.org
Sun Feb 1 01:18:34 GMT 2009


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

------------------------------------------------------------
revno: 119
revision-id: jelmer at samba.org-20090201011832-pz4rf7llg5ay3ktp
parent: jelmer at samba.org-20090131221224-s8whiskiqrwfh55j
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sun 2009-02-01 02:18:32 +0100
message:
  Remove useless call to get_transaction().
modified:
  rebase.py                      rebase.py-20070626221123-ellanmf93nw8z9r1-1
=== modified file 'rebase.py'
--- a/rebase.py	2009-01-31 22:12:24 +0000
+++ b/rebase.py	2009-02-01 01:18:32 +0000
@@ -362,7 +362,6 @@
         i = 0
         try:
             parent_invs = map(repository.get_revision_inventory, new_parents)
-            transact = repository.get_transaction()
             for path, ie in oldtree.inventory.iter_entries():
                 pb.update('upgrading file', i, total)
                 ie = ie.copy()




More information about the bazaar-commits mailing list