--- a/mercurial/minifileset.py Fri Aug 03 11:40:15 2018 -0400
+++ b/mercurial/minifileset.py Sat Jul 21 16:11:36 2018 +0900
@@ -89,4 +89,5 @@
root except for "bin/README".
"""
tree = filesetlang.parse(text)
+ tree = filesetlang.analyze(tree)
return _compile(tree)