diff -r 060bdfef2517 -r ad1d2c952889 mercurial/commands.py --- a/mercurial/commands.py Wed May 06 10:17:41 2015 +0900 +++ b/mercurial/commands.py Sun Apr 26 22:26:44 2015 +0900 @@ -2165,7 +2165,7 @@ ctx = scmutil.revsingle(repo, opts.get('rev'), None) if ui.verbose: tree = fileset.parse(expr) - ui.note(tree, "\n") + ui.note(fileset.prettyformat(tree), "\n") for f in ctx.getfileset(expr): ui.write("%s\n" % f)