log mercurial/fileset.py @ 35460:8652ab4046e4

age author description
Mon, 29 May 2017 16:21:15 +0530 Pulkit Goyal py3: use pycompat.bytestr so that we don't get ascii values
Fri, 10 Feb 2017 16:56:29 -0800 Martin von Zweigbergk cleanup: use set literals
Wed, 03 May 2017 18:02:00 -0700 Jun Wu fileset: use fctx.isbinary instead of util.binary(fctx.data())
Tue, 28 Mar 2017 14:40:13 -0700 Gregory Szorc fileset: perform membership test against set for status queries
Thu, 09 Mar 2017 00:07:13 +0900 Yuya Nishihara fileset: drop false function signatures from revs() and status() docs
Fri, 03 Mar 2017 14:08:20 +0100 Pierre-Yves David fileset: add a 'status(...)' predicate to control evaluation context
Fri, 03 Mar 2017 14:08:06 +0100 Pierre-Yves David fileset: allow to specify a basectx for status
Fri, 03 Mar 2017 12:44:56 +0100 Pierre-Yves David fileset: add revs(revs, fileset) to evaluate set in working directory
Sat, 24 Jan 2015 19:41:56 +0900 Yuya Nishihara fileset: add function to switch revision where fileset will be evaluated
Sat, 24 Jan 2015 19:13:39 +0900 Yuya Nishihara fileset: extract function that builds status tuple only if necessary
Sat, 24 Jan 2015 18:56:02 +0900 Yuya Nishihara fileset: build initial subset in fullmatchctx class
Tue, 24 Mar 2015 23:10:49 +0900 Yuya Nishihara fileset: extract function that builds initial subset from ctx or status
Sat, 24 Jan 2015 19:55:14 +0900 Yuya Nishihara fileset: add class to host special handling of initial subset
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)