86
90
self.old_path2id[path] = f_id
87
91
self.old_id2parent[f_id] = parent_id
90
94
"""Create a changeset from the data contained within."""
91
95
from bzrlib.changeset import Changeset, ChangesetEntry, \
92
96
PatchApply, ReplaceContents
95
99
for info, lines in self.actions: