mercurial/match.py
Sat, 09 Feb 2019 16:46:11 -0800 Martin von Zweigbergk match: delete unused rel() (API)
Fri, 08 Feb 2019 13:27:26 -0800 Martin von Zweigbergk match: delete unused abs() (API)
Fri, 08 Feb 2019 12:00:44 -0800 Martin von Zweigbergk match: delete unused uipath() and _uipathrelative (API)
Fri, 08 Feb 2019 22:57:26 -0800 Martin von Zweigbergk match: remove unused "exact" argument (API)
Mon, 04 Feb 2019 18:14:03 +0300 Pulkit Goyal match: teach diffmatcher.visitdir() to return 'all' if possible
Thu, 03 Jan 2019 19:02:46 -0500 Valentin Gatien-Baron match: support rooted globs in hgignore
Mon, 07 Jan 2019 19:03:23 -0500 Augie Fackler merge with stable
Sat, 05 Jan 2019 15:44:55 +0900 Yuya Nishihara match: fix assertion for fileset with no context (issue6046) stable
Fri, 14 Dec 2018 11:37:50 -0500 Augie Fackler match: fix doctest to use bytes instead of str
Sun, 02 Dec 2018 13:09:46 -0800 Martin von Zweigbergk match: drop unnecessary wrapping of regex in group
Sun, 02 Dec 2018 13:45:20 -0800 Martin von Zweigbergk match: use _BASE_SIZE instead of magic value 4
Sun, 02 Dec 2018 13:44:49 -0800 Martin von Zweigbergk match: make "groupsize" include the trailing "|"
Sun, 02 Dec 2018 13:09:43 -0800 Martin von Zweigbergk match: fix an unaligned (but harmless) indent
Thu, 22 Nov 2018 17:41:10 +0100 Boris Feld match: raise an Abort error instead of OverflowError
Thu, 22 Nov 2018 21:02:02 +0100 Boris Feld match: avoid translating glob to matcher multiple times for large sets
Thu, 22 Nov 2018 17:25:49 +0100 Boris Feld match: extract function that group regexps
Thu, 22 Nov 2018 17:16:05 +0100 Boris Feld match: test for overflow error in pattern
Thu, 22 Nov 2018 17:20:32 +0100 Boris Feld match: extract a literal constant into a symbolic one
Wed, 28 Nov 2018 10:12:50 -0800 Martin von Zweigbergk match: remove obsolete catching of OverflowError
Mon, 19 Nov 2018 17:19:54 +0000 Boris Feld match: reformat `syntaxes` dictionary for better maintainability
Mon, 19 Nov 2018 18:54:44 +0000 Boris Feld match: provide and use a quick way to escape a single byte
Sun, 14 Oct 2018 11:16:22 -0400 Augie Fackler match: fix up a repr to not crash on Python 3
Sat, 13 Oct 2018 00:22:05 -0700 Martin von Zweigbergk match: optimize matcher when all patterns are of rootfilesin kind
Fri, 17 Aug 2018 19:18:53 -0700 Kyle Lippincott match: improve includematcher.visitchildrenset to be much faster and cached
Fri, 24 Aug 2018 10:19:31 -0700 Kyle Lippincott match: make exactmatcher.visitchildrenset return file children as well
Thu, 23 Aug 2018 18:04:15 -0700 Kyle Lippincott match: document that visitchildrenset might return files
Wed, 08 Aug 2018 17:03:05 -0700 Kyle Lippincott match: add missing "return set()", add FIXME to test to doc a bug
Wed, 08 Aug 2018 16:53:17 -0700 Kyle Lippincott match: correct doc for _rootsdirsandparents after 5a7df82de142
Mon, 06 Aug 2018 12:52:33 -0700 spectral match: add visitchildrenset complement to visitdir
Mon, 06 Aug 2018 12:52:22 -0700 spectral includematcher: separate "parents" from "dirs"
Sat, 28 Jul 2018 16:36:35 +0900 Yuya Nishihara doctest: convert matcher root to native path stable
Sat, 09 Jun 2018 20:53:12 +0900 Yuya Nishihara fileset: restrict getfileset() to not return a computed set (API)
Sat, 09 Jun 2018 22:04:07 +0900 Yuya Nishihara match: add prefixdirmatcher to adapt subrepo matcher back
Tue, 12 Jun 2018 22:01:59 +0900 Yuya Nishihara match: remove ctx argument from code path down to _buildmatch()
Sun, 10 Jun 2018 16:08:58 +0900 Yuya Nishihara match: compose 'set:' pattern as matcher
Sun, 10 Jun 2018 15:52:27 +0900 Yuya Nishihara match: resolve 'set:' patterns first in _buildmatch()
Sun, 10 Jun 2018 15:47:58 +0900 Yuya Nishihara match: explode if unsupported pattern passed down to _regex() builder
Sat, 09 Jun 2018 21:13:24 +0900 Yuya Nishihara match: add basic wrapper for boolean function
Tue, 26 Jun 2018 10:36:23 -0400 Augie Fackler cleanup: migrate from re.escape to stringutil.reescape
Wed, 16 May 2018 07:58:02 +0530 Pulkit Goyal py3: use pycompat.bytestr() on bytes before %r-ing it
Thu, 22 Mar 2018 21:56:20 +0900 Yuya Nishihara stringutil: bulk-replace call sites to point to new module
Fri, 02 Mar 2018 00:37:55 -0500 Augie Fackler match: some minimal pycompat fixes guided by test-hgignore.t
Sun, 11 Feb 2018 16:17:17 +0530 Pulkit Goyal py3: make sure we return str from __repr__
Tue, 16 Jan 2018 22:14:33 +0900 Yuya Nishihara match: do not weirdly include explicit files excluded by -X option
Thu, 30 Nov 2017 22:32:13 +0900 Yuya Nishihara match: remove doc about undefined behavior of visitdir()
Sat, 30 Sep 2017 07:44:45 -0400 Augie Fackler match: remove superfluous pass statements
Sun, 03 Sep 2017 14:56:31 +0900 Yuya Nishihara doctest: use print_function and convert bytes to unicode where needed
Sun, 03 Sep 2017 14:32:11 +0900 Yuya Nishihara doctest: bulk-replace string literals with b'' for Python 3
Wed, 02 Aug 2017 15:48:57 -0700 Kostia Balytskyi match: expose some data and functionality to other modules
Wed, 19 Jul 2017 14:50:50 -0700 Martin von Zweigbergk match: override visitdir() in nevermatcher to return False stable
Tue, 11 Jul 2017 10:46:55 -0700 Martin von Zweigbergk match: remove unused negatematcher
Fri, 14 Jul 2017 10:57:36 -0700 Durham Goode match: make base matcher return True for visitdir
Tue, 11 Jul 2017 10:46:10 -0700 Martin von Zweigbergk match: make unionmatcher a proper matcher
Fri, 07 Jul 2017 14:39:59 -0700 Martin von Zweigbergk match: write forceincludematcher using unionmatcher
Tue, 11 Jul 2017 09:42:32 -0700 Martin von Zweigbergk match: inverse _anypats(), making it _prefix()
Fri, 07 Jul 2017 08:55:12 -0700 Martin von Zweigbergk match: override matchfn instead of __call__ for consistency
Sun, 09 Jul 2017 17:02:09 -0700 Martin von Zweigbergk match: express anypats(), not prefix(), in terms of the others
Sun, 09 Jul 2017 15:19:27 -0700 Martin von Zweigbergk match: make nevermatcher an exact matcher and a prefix matcher
Sun, 09 Jul 2017 23:01:11 -0700 Martin von Zweigbergk match: combine regex code for path: and relpath:
Sun, 09 Jul 2017 22:53:02 -0700 Martin von Zweigbergk match: remove unnecessary '^' from regexes
less more (0) -100 -60 tip