Mercurial > public > mercurial-scm > hg-stable
diff mercurial/parser.py @ 28898:8d398155bfda
revset: rename findaliases() to expandaliases()
This function returns a full tree of alias expansion applied, which sounds
different from what "findaliases" would do.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Mon, 29 Feb 2016 22:58:15 +0900 |
parents | c1f254138f44 |
children | 7a772deffa12 |
line wrap: on
line diff
--- a/mercurial/parser.py Tue Mar 29 16:30:59 2016 +0900 +++ b/mercurial/parser.py Mon Feb 29 22:58:15 2016 +0900 @@ -239,7 +239,8 @@ self.error = err self.replacement = replacement # whether own `error` information is already shown or not. - # this avoids showing same warning multiple times at each `findaliases`. + # this avoids showing same warning multiple times at each + # `expandaliases`. self.warned = False class basealiasrules(object):