--- a/hgext/convert/subversion.py Tue Dec 08 08:21:46 2015 +0000
+++ b/hgext/convert/subversion.py Tue Dec 08 08:37:12 2015 +0000
@@ -1041,7 +1041,7 @@
relpaths.append(p.strip('/'))
args = [self.baseurl, relpaths, start, end, limit,
discover_changed_paths, strict_node_history]
- # undocumented feature: debugsvnlog can be disabled
+ # developer config: convert.svn.debugsvnlog
if not self.ui.configbool('convert', 'svn.debugsvnlog', True):
return directlogstream(*args)
arg = encodeargs(args)
--- a/tests/test-check-config-hg.t Tue Dec 08 08:21:46 2015 +0000
+++ b/tests/test-check-config-hg.t Tue Dec 08 08:37:12 2015 +0000
@@ -6,4 +6,3 @@
$ hg files "set:(**.py or **.txt) - tests/**" | sed 's|\\|/|g' |
> xargs python contrib/check-config.py
- undocumented: convert.svn.debugsvnlog (bool) [True]