Mercurial > public > mercurial-scm > hg-stable
diff mercurial/fileset.py @ 25800:f8f7ae0f4d98
parser: add comment about structure of elements to each table
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sun, 05 Jul 2015 11:06:58 +0900 |
parents | 328739ea70c3 |
children | 272ff3680bf3 |
line wrap: on
line diff
--- a/mercurial/fileset.py Wed Jul 15 04:45:58 2015 +0900 +++ b/mercurial/fileset.py Sun Jul 05 11:06:58 2015 +0900 @@ -10,6 +10,7 @@ from i18n import _ elements = { + # token-type: binding-strength, prefix, infix, suffix "(": (20, ("group", 1, ")"), ("func", 1, ")")), "-": (5, ("negate", 19), ("minus", 5)), "not": (10, ("not", 10)),