summaryrefslogtreecommitdiff
path: root/bzr_commit_handler.py
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-09-06 01:16:15 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-09-06 01:16:15 +0200
commitc60068bd0035e829a1e11a55d9bd6fe2cde65a32 (patch)
tree197ebc4a3ba60419aa52c770a6793ed2734e5925 /bzr_commit_handler.py
parent00998e68def7710ae12f926c0a1aaa0df861f13d (diff)
downloadbzr-fastimport-c60068bd0035e829a1e11a55d9bd6fe2cde65a32.tar.gz
Split out reftracker.
Diffstat (limited to 'bzr_commit_handler.py')
-rw-r--r--bzr_commit_handler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bzr_commit_handler.py b/bzr_commit_handler.py
index 0d64616..351a832 100644
--- a/bzr_commit_handler.py
+++ b/bzr_commit_handler.py
@@ -85,7 +85,7 @@ class GenericCommitHandler(processor.CommitHandler):
self.data_for_commit[inventory.ROOT_ID] = []
# Track the heads and get the real parent list
- parents = self.cache_mgr.track_heads(self.command)
+ parents = self.cache_mgr.reftracker.track_heads(self.command)
# Convert the parent commit-ids to bzr revision-ids
if parents: