summaryrefslogtreecommitdiff
path: root/processors
diff options
context:
space:
mode:
authorIan Clatworthy <ian.clatworthy@canonical.com>2008-03-17 11:45:23 -0500
committerIan Clatworthy <ian.clatworthy@canonical.com>2008-03-17 11:45:23 -0500
commit8dac77b8f22b0f685aceb28ba431a8d455071226 (patch)
treee4a1c3ea6203516a308639e523e782c206e838c5 /processors
parent1574ac686e50e29f78d9007fa3d64c1de60c27fb (diff)
downloadbzr-fastimport-8dac77b8f22b0f685aceb28ba431a8d455071226.tar.gz
fix missing revisions bug
Diffstat (limited to 'processors')
-rw-r--r--processors/generic_processor.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/processors/generic_processor.py b/processors/generic_processor.py
index 7708bca..027ad17 100644
--- a/processors/generic_processor.py
+++ b/processors/generic_processor.py
@@ -778,6 +778,7 @@ class GenericCommitHandler(processor.CommitHandler):
if file_id in self.inventory:
# HACK: no API for this (del+add does more than it needs to)
self.inventory._byid[file_id] = ie
+ parent_ie.children[basename] = ie
else:
self.inventory.add(ie)