diff -r a82e138d5249 -r ae933e3e2226 mercurial/commands.py --- a/mercurial/commands.py Sun Aug 21 12:45:43 2016 +0900 +++ b/mercurial/commands.py Thu Sep 08 22:44:10 2016 +0900 @@ -3525,8 +3525,7 @@ """ stages = [ ('parsed', lambda tree: tree), - ('expanded', - lambda tree: revset.expandaliases(ui, tree, showwarning=ui.warn)), + ('expanded', lambda tree: revset.expandaliases(ui, tree)), ('concatenated', revset.foldconcat), ('analyzed', revset.analyze), ('optimized', revset.optimize),