summaryrefslogtreecommitdiff
path: root/bzr_commit_handler.py
diff options
context:
space:
mode:
authorIan Clatworthy <ian.clatworthy@internode.on.net>2009-03-05 22:27:11 +1000
committerIan Clatworthy <ian.clatworthy@internode.on.net>2009-03-05 22:27:11 +1000
commite50de985e09e061a4b4e656705510a75b1c0bc45 (patch)
tree464d499ed09ca3a95e1b0c95f3650e7ffca3323b /bzr_commit_handler.py
parent2d9918e59c7e313253121b1caeb7d390f503449c (diff)
downloadbzr-fastimport-e50de985e09e061a4b4e656705510a75b1c0bc45.tar.gz
ensure the chk stuff is only used on formats actually supporting it
Diffstat (limited to 'bzr_commit_handler.py')
-rw-r--r--bzr_commit_handler.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bzr_commit_handler.py b/bzr_commit_handler.py
index 6f56fcf..79ac2ae 100644
--- a/bzr_commit_handler.py
+++ b/bzr_commit_handler.py
@@ -444,6 +444,7 @@ class CHKInventoryCommitHandler(GenericCommitHandler):
lambda file_id: self._get_lines(file_id),
lambda revision_ids: self._get_inventories(revision_ids))
self.cache_mgr.inventories[self.revision_id] = inv
+ #print "committed %s" % self.revision_id
def record_new(self, path, ie):
self.delta.append((None, path, ie.file_id, ie))