mercurial/minifileset.py
changeset 38826 6371ab78c3b3
parent 38810 4fe8d1f077b8
child 38827 48fc2a8af345
equal deleted inserted replaced
38825:8a9f6076e60c 38826:6371ab78c3b3
    87     example, will catch all php files whose size is greater than 10 MB, all
    87     example, will catch all php files whose size is greater than 10 MB, all
    88     files whose name ends with ".zip", and all files under "bin" in the repo
    88     files whose name ends with ".zip", and all files under "bin" in the repo
    89     root except for "bin/README".
    89     root except for "bin/README".
    90     """
    90     """
    91     tree = filesetlang.parse(text)
    91     tree = filesetlang.parse(text)
       
    92     tree = filesetlang.analyze(tree)
    92     return _compile(tree)
    93     return _compile(tree)