diff -r 7c3a59e2971b -r dbf31732ef64 mercurial/debugcommands.py --- 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