##// END OF EJS Templates
convert/svn: quiet check-config
timeless -
r27314:a434f15d default
parent child Browse files
Show More
@@ -1041,7 +1041,7 b' class svn_source(converter_source):'
1041 relpaths.append(p.strip('/'))
1041 relpaths.append(p.strip('/'))
1042 args = [self.baseurl, relpaths, start, end, limit,
1042 args = [self.baseurl, relpaths, start, end, limit,
1043 discover_changed_paths, strict_node_history]
1043 discover_changed_paths, strict_node_history]
1044 # undocumented feature: debugsvnlog can be disabled
1044 # developer config: convert.svn.debugsvnlog
1045 if not self.ui.configbool('convert', 'svn.debugsvnlog', True):
1045 if not self.ui.configbool('convert', 'svn.debugsvnlog', True):
1046 return directlogstream(*args)
1046 return directlogstream(*args)
1047 arg = encodeargs(args)
1047 arg = encodeargs(args)
@@ -6,4 +6,3 b' New errors are not allowed. Warnings are'
6
6
7 $ hg files "set:(**.py or **.txt) - tests/**" | sed 's|\\|/|g' |
7 $ hg files "set:(**.py or **.txt) - tests/**" | sed 's|\\|/|g' |
8 > xargs python contrib/check-config.py
8 > xargs python contrib/check-config.py
9 undocumented: convert.svn.debugsvnlog (bool) [True]
General Comments 0
You need to be logged in to leave comments. Login now