Mercurial > public > mercurial-scm > hg-stable
log mercurial/fileset.py @ 27785:ba427b51f1d8
age | author | description |
---|---|---|
Wed, 23 Dec 2015 17:54:13 +0000 | timeless | fileset: add hint for list error to use or |
Mon, 21 Dec 2015 22:31:16 +0900 | FUJIWARA Katsunori | fileset: detect unintentional existing() invocation at runtime |
Mon, 21 Dec 2015 22:31:16 +0900 | FUJIWARA Katsunori | fileset: use set instead of list to mark predicates for efficiency (API) |
Mon, 21 Dec 2015 22:31:16 +0900 | FUJIWARA Katsunori | fileset: use decorator to mark a predicate as "existing caller" |
Mon, 21 Dec 2015 22:31:16 +0900 | FUJIWARA Katsunori | fileset: use decorator to mark a predicate as "status caller" |
Mon, 21 Dec 2015 22:31:16 +0900 | FUJIWARA Katsunori | fileset: use decorator to mark a function as fileset predicate |
Mon, 21 Dec 2015 22:31:16 +0900 | FUJIWARA Katsunori | fileset: treat encoding and eol as the predicate calling _existing |