summaryrefslogtreecommitdiff
path: root/processors/generic_processor.py
diff options
context:
space:
mode:
authorIan Clatworthy <ian.clatworthy@internode.on.net>2009-03-05 17:51:46 +1000
committerIan Clatworthy <ian.clatworthy@internode.on.net>2009-03-05 17:51:46 +1000
commit2d9918e59c7e313253121b1caeb7d390f503449c (patch)
treee105e6267d6fbcc8dd328b8c838303a60a829005 /processors/generic_processor.py
parentbaa392c95b44dc8790241f7afe63342f94975a4a (diff)
downloadbzr-fastimport-2d9918e59c7e313253121b1caeb7d390f503449c.tar.gz
CHKInventory support for non rich-root repos working, for simple imports at least
Diffstat (limited to 'processors/generic_processor.py')
-rw-r--r--processors/generic_processor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/processors/generic_processor.py b/processors/generic_processor.py
index 2d1382c..67e59ad 100644
--- a/processors/generic_processor.py
+++ b/processors/generic_processor.py
@@ -170,7 +170,7 @@ class GenericProcessor(processor.ImportProcessor):
# Decide which CommitHandler to use
if hasattr(self.repo, 'chk_bytes'):
self.commit_handler_factory = \
- bzr_commit_handler.DeltaCommitHandler
+ bzr_commit_handler.CHKInventoryCommitHandler
else:
self.commit_handler_factory = \
bzr_commit_handler.InventoryCommitHandler