Rev 6070: (vila) Merge 2.4 into trunk (Vincent Ladeuil) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Mon Aug 15 09:22:59 UTC 2011


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 6070 [merge]
revision-id: pqm at pqm.ubuntu.com-20110815092257-dqso39eg1ogfrlg7
parent: pqm at pqm.ubuntu.com-20110814012348-8sg40gtq2rls03fa
parent: v.ladeuil+lp at free.fr-20110815072004-qpjh00pbf9vrh1n6
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Mon 2011-08-15 09:22:57 +0000
message:
  (vila) Merge 2.4 into trunk (Vincent Ladeuil)
modified:
  bzrlib/branch.py               branch.py-20050309040759-e4baf4e0d046576e
=== modified file 'bzrlib/branch.py'
--- a/bzrlib/branch.py	2011-08-12 09:49:24 +0000
+++ b/bzrlib/branch.py	2011-08-15 07:20:04 +0000
@@ -780,8 +780,9 @@
                                   other_branch=None):
         """See Branch.generate_revision_history"""
         graph = self.repository.get_graph()
+        (last_revno, last_revid) = self.last_revision_info()
         known_revision_ids = [
-            self.last_revision_info(),
+            (last_revid, last_revno),
             (_mod_revision.NULL_REVISION, 0),
             ]
         if last_rev is not None:




More information about the bazaar-commits mailing list