mercurial/debugcommands.py
changeset 38263 dbf31732ef64
parent 38262 7c3a59e2971b
child 38313 275cc461b854
--- a/mercurial/debugcommands.py	Sun Jun 10 11:53:56 2018 +0900
+++ b/mercurial/debugcommands.py	Sun Jun 10 11:55:52 2018 +0900
@@ -2543,7 +2543,7 @@
     opts = pycompat.byteskwargs(opts)
     m = scmutil.match(repo[None], pats, opts)
     if ui.verbose:
-        ui.write(('matcher: %r\n' % m))
+        ui.write(('* matcher:\n'), stringutil.prettyrepr(m), '\n')
     items = list(repo[None].walk(m))
     if not items:
         return