Rev 4553: Clarify a comment. in http://bazaar.launchpad.net/~jameinel/bzr/1.18-bundle-and-stack-393349

John Arbash Meinel john at arbash-meinel.com
Wed Jul 22 23:02:56 BST 2009


At http://bazaar.launchpad.net/~jameinel/bzr/1.18-bundle-and-stack-393349

------------------------------------------------------------
revno: 4553
revision-id: john at arbash-meinel.com-20090722220247-fgjydi7g6lbrq92z
parent: john at arbash-meinel.com-20090722214659-el59kxhpghowg3aa
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 1.18-bundle-and-stack-393349
timestamp: Wed 2009-07-22 17:02:47 -0500
message:
  Clarify a comment.
-------------- next part --------------
=== modified file 'bzrlib/bundle/serializer/v4.py'
--- a/bzrlib/bundle/serializer/v4.py	2009-07-22 21:46:59 +0000
+++ b/bzrlib/bundle/serializer/v4.py	2009-07-22 22:02:47 +0000
@@ -612,7 +612,8 @@
             # ghosts in the source. But the Bundle serialization format doesn't
             # record any info that would help us figure that stuff out.
             # We start by going directly to the inventory vf, because the
-            # revisions have not been installed yet
+            # revisions have not been installed yet, so repo.get_parent_map
+            # would think that more things are ghosts than really are.
             parent_keys = [(r,) for r in parent_ids]
             present_parent_map = self._repository.inventories.get_parent_map(
                                         parent_keys)



More information about the bazaar-commits mailing list