diff -r c1f254138f44 -r 8d398155bfda mercurial/commands.py --- a/mercurial/commands.py Tue Mar 29 16:30:59 2016 +0900 +++ b/mercurial/commands.py Mon Feb 29 22:58:15 2016 +0900 @@ -3508,7 +3508,7 @@ if ui.verbose: tree = revset.parse(expr, lookup=repo.__contains__) ui.note(revset.prettyformat(tree), "\n") - newtree = revset.findaliases(ui, tree) + newtree = revset.expandaliases(ui, tree) if newtree != tree: ui.note("* expanded:\n", revset.prettyformat(newtree), "\n") tree = newtree