Mercurial > hg
diff mercurial/util.py @ 25818:455190fb4e51
parser: take suffix action if no infix action is defined
If no infix action is defined, a suffix action isn't ambiguous, so it should
be taken no matter if the next token can be an operand. This is exactly the
same flow as prefix/primary handling.
This change has no effect now because all suffix tokens have infix actions.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Mon, 06 Jul 2015 22:01:41 +0900 |
parents | 050dc6eabc92 |
children | ce26928cbe41 |