mercurial/commands.py
changeset 28898 8d398155bfda
parent 28868 445a25bb70be
child 28902 eb017d52899d
--- 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