diff -r 235f6490550c -r ac381dd7a21f mercurial/commands.py --- a/mercurial/commands.py Sun Apr 26 19:42:47 2015 +0900 +++ b/mercurial/commands.py Sun Apr 26 19:50:42 2015 +0900 @@ -2164,7 +2164,7 @@ '''parse and apply a fileset specification''' ctx = scmutil.revsingle(repo, opts.get('rev'), None) if ui.verbose: - tree = fileset.parse(expr)[0] + tree = fileset.parse(expr) ui.note(tree, "\n") for f in ctx.getfileset(expr):