~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Andrew Bennetts
  • Date: 2010-08-05 04:21:03 UTC
  • mto: This revision was merged to the branch mainline in revision 5367.
  • Revision ID: andrew.bennetts@canonical.com-20100805042103-pdc01ltvca2nu7bl
Fix test failures for bundles and upgrades.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2939
2939
        previous_entries = dict((head, parent_candiate_entries[head]) for head
2940
2940
            in heads)
2941
2941
        self.snapshot_ie(previous_entries, ie, w, rev_id)
2942
 
        del ie.text_id
2943
2942
 
2944
2943
    def get_parent_map(self, revision_ids):
2945
2944
        """See graph.StackedParentsProvider.get_parent_map"""