summaryrefslogtreecommitdiff
path: root/hgsubversion/replay.py
diff options
context:
space:
mode:
Diffstat (limited to 'hgsubversion/replay.py')
-rw-r--r--hgsubversion/replay.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hgsubversion/replay.py b/hgsubversion/replay.py
index e88a87e..d23a89c 100644
--- a/hgsubversion/replay.py
+++ b/hgsubversion/replay.py
@@ -140,7 +140,7 @@ def _convert_rev(ui, meta, svn, r, tbdelta, firstrun):
tag = meta.get_path_tag(meta.remotename(branch))
if (tag and tag not in meta.tags
and branch not in meta.branches
- and branch not in compathacks.branchset(meta.repo)
+ and branch not in meta.repo.branchmap()
and not files):
continue