2000
2000
assert getattr(ie, 'revision', None) is not None
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
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