tests/test-hgweb-auth.py
changeset 37942 32bc3815efae
parent 37940 31c37e703cee
child 40663 c53f0ead5781
--- a/tests/test-hgweb-auth.py	Thu May 10 21:00:58 2018 +0900
+++ b/tests/test-hgweb-auth.py	Thu May 10 21:08:32 2018 +0900
@@ -28,7 +28,7 @@
     return ui
 
 def test(auth, urls=None):
-    print('CFG:', pycompat.sysstr(stringutil.pprint(auth)))
+    print('CFG:', pycompat.sysstr(stringutil.pprint(auth, bprefix=True)))
     prefixes = set()
     for k in auth:
         prefixes.add(k.split('.', 1)[0])