log mercurial/fileset.py @ 30934:6d642ecf1a89

age author description
Wed, 21 Sep 2016 16:33:37 +0000 timeless help: clarify quotes are needed for filesets.size expressions
Fri, 11 Mar 2016 04:14:54 +0900 FUJIWARA Katsunori fileset: replace predicate by filesetpredicate of registrar (API)
Fri, 11 Mar 2016 04:14:54 +0900 FUJIWARA Katsunori registrar: add filesetpredicate to mark a function as fileset predicate
Thu, 18 Feb 2016 22:32:18 -0500 Matt Harbison fileset: fix copy/paste in eol() error message stable
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
Wed, 18 Nov 2015 20:55:32 +0100 liscju fileset: add missing() predicate (issue4925)
Tue, 17 Nov 2015 13:57:38 -0800 Siddharth Agarwal fileset: switch to mergestate.read()
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Thu, 10 Sep 2015 23:32:36 +0900 Yuya Nishihara fileset: handle error of string unescaping