log mercurial/filesetlang.py @ 44104:1fbc38b4df97 draft default tip glob

age author description
2018-07-21 Yuya Nishihara fileset: insert hints where status should be computed
2018-07-21 Yuya Nishihara fileset: combine union of basic patterns into single matcher
2018-07-21 Yuya Nishihara fileset: reorder 'or' expression by weight
2018-08-04 Yuya Nishihara fileset: introduce weight constants for readability
2018-07-21 Yuya Nishihara fileset: optimize 'x and not y' to 'x - y'
2018-07-21 Yuya Nishihara fileset: reorder 'and' expression to evaluate basic patterns first
2018-07-21 Yuya Nishihara fileset: add stub for weight-based optimization
2018-07-21 Yuya Nishihara fileset: reject 'negate' node early while transforming parsed tree
2018-07-21 Yuya Nishihara fileset: drop 'group' node from tree to be evaluated
2018-07-21 Yuya Nishihara fileset: add phase to transform parsed tree
2018-07-22 Yuya Nishihara fileset: extract language processing part to new module (API) base mercurial/fileset.py@3b1c401d2f8a