summaryrefslogtreecommitdiff
path: root/hgsubversion/util.py
diff options
context:
space:
mode:
Diffstat (limited to 'hgsubversion/util.py')
-rw-r--r--hgsubversion/util.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/hgsubversion/util.py b/hgsubversion/util.py
index fed475d..eaa2f04 100644
--- a/hgsubversion/util.py
+++ b/hgsubversion/util.py
@@ -249,6 +249,12 @@ class PrefixMatch(object):
def prefix(self):
return False
+ def visitdir(self, dir):
+ return True
+
+ def visitchildrenset(self, dir):
+ return 'this'
+
def outgoing_revisions(repo, reverse_map, sourcerev):
"""Given a repo and an hg_editor, determines outgoing revisions for the
current working copy state.