mercurial/fileset.py
changeset 25800 f8f7ae0f4d98
parent 25660 328739ea70c3
child 25801 272ff3680bf3
--- 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)),