/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Aaron Bentley
  • Date: 2007-12-19 06:04:19 UTC
  • mfrom: (3127 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3128.
  • Revision ID: aaron.bentley@utoronto.ca-20071219060419-afwva4q14cjlzfta
Merge with bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1999
1999
        del ie.text_id
2000
2000
        assert getattr(ie, 'revision', None) is not None
2001
2001
 
 
2002
    @symbol_versioning.deprecated_method(symbol_versioning.one_one)
2002
2003
    def get_parents(self, revision_ids):
2003
2004
        for revision_id in revision_ids:
2004
2005
            yield self.revisions[revision_id].parent_ids
2005
2006
 
 
2007
    def get_parent_map(self, revision_ids):
 
2008
        """See graph._StackedParentsProvider.get_parent_map"""
 
2009
        return dict((revision_id, self.revisions[revision_id])
 
2010
                    for revision_id in revision_ids
 
2011
                     if revision_id in self.revisions)
 
2012
 
2006
2013
    def snapshot_ie(self, previous_revisions, ie, w, rev_id):
2007
2014
        # TODO: convert this logic, which is ~= snapshot to
2008
2015
        # a call to:. This needs the path figured out. rather than a work_tree