Mercurial > hg
changeset 27314:a434f15dc0f4
convert/svn: quiet check-config
author | timeless <timeless@mozdev.org> |
---|---|
date | Tue, 08 Dec 2015 08:37:12 +0000 |
parents | 9d155accd8f1 |
children | be48b7559422 |
files | hgext/convert/subversion.py tests/test-check-config-hg.t |
diffstat | 2 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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]