changeset 29922 | ae933e3e2226 |
parent 29921 | a82e138d5249 |
child 29923 | 429fd2747d9a |
--- 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),