mercurial/commands.py
changeset 25255 ad1d2c952889
parent 25252 ac381dd7a21f
child 25295 701df761aa94
--- 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)