log mercurial/fileset.py @ 39805:823f34acfd46 stable

age author description
Sun, 29 Jul 2018 16:25:51 +0900 Yuya Nishihara fileset: suppress EACCES while reading arbitrary paths via filectx API stable
Sat, 09 Jun 2018 22:38:29 +0900 Yuya Nishihara fileset: remove fullmatchctx class
Sat, 09 Jun 2018 22:35:21 +0900 Yuya Nishihara fileset: remove subset and unused filtering functions from matchctx
Sat, 09 Jun 2018 22:31:51 +0900 Yuya Nishihara fileset: remove callexisting flag and mctx.existing() (API)
Sat, 09 Jun 2018 19:55:10 +0900 Yuya Nishihara fileset: rewrite predicates to return matcher not closed to subset (API) (BC)
Sun, 10 Jun 2018 20:58:10 +0900 Yuya Nishihara fileset: parse argument of size() by predicate function
Sun, 10 Jun 2018 22:19:56 +0900 Yuya Nishihara fileset: add "tracked()" to explicitly select files in the revision
Sat, 09 Jun 2018 18:11:49 +0900 Yuya Nishihara fileset: rewrite andset() to not use mctx.narrow()
Sun, 10 Jun 2018 20:02:53 +0900 Yuya Nishihara fileset: add helpers to make predicatematcher and nevermatcher
Sun, 10 Jun 2018 20:45:13 +0900 Yuya Nishihara fileset: pass in badfn to inner matchers
Sat, 09 Jun 2018 20:53:12 +0900 Yuya Nishihara fileset: restrict getfileset() to not return a computed set (API)
Sat, 09 Jun 2018 18:00:26 +0900 Yuya Nishihara fileset: move helper functions to top
Thu, 21 Jun 2018 00:05:26 -0400 Matt Harbison fileset: use filectx.isbinary() to filter out binaries in eol()
Sat, 16 Jun 2018 17:00:05 +0900 Yuya Nishihara fileset: raise ProgrammingError for bad existing() calls
Sat, 16 Jun 2018 16:56:38 +0900 Yuya Nishihara py3: cast bytes encoding name to str in fileset.py
Sat, 19 May 2018 18:48:26 +0530 Pulkit Goyal py3: use utils.stringutil.forcebytestr to convert error to bytes
Sat, 31 Mar 2018 23:26:07 -0700 Martin von Zweigbergk fileset: use context-returning revpair()
Sat, 31 Mar 2018 23:37:25 -0700 Martin von Zweigbergk scmutil: introduce deprecated alias for revpair()
Thu, 22 Mar 2018 21:56:20 +0900 Yuya Nishihara stringutil: bulk-replace call sites to point to new module
Thu, 01 Mar 2018 04:50:22 -0500 Yuya Nishihara fileset: drop bad "elif:" trying to check invalid size expression
Wed, 28 Feb 2018 19:54:10 +0530 Pulkit Goyal py3: slice over bytes or use startswith() to prevent getting ascii values
Tue, 06 Feb 2018 23:53:37 -0500 Matt Harbison fileset: don't abort when running copied() on a revision with a removed file stable
Sun, 14 Jan 2018 13:29:15 +0900 Yuya Nishihara fileset: add kind:pat operator
Sun, 14 Jan 2018 13:28:20 +0900 Yuya Nishihara fileset: move import of match module to top
Sat, 13 Jan 2018 15:13:29 +0900 Yuya Nishihara fileset: do not crash by unary negate operation
Sat, 13 Jan 2018 15:07:37 +0900 Yuya Nishihara fileset: make it robust for bad function calls
Wed, 10 Jan 2018 22:35:08 -0500 Matt Harbison fileset: split the logic for matching a size expression to a separate method
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())