Mercurial > public > mercurial-scm > hg
log mercurial/fileset.py @ 27464:c39ecb2b86b3
age | author | description |
---|---|---|
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 |
Wed, 18 Nov 2015 20:55:32 +0100 | liscju | fileset: add missing() predicate (issue4925) |