mercurial/match.py
Sun, 07 Apr 2019 12:21:23 +0200 Denis Laxalde match: add doctest examples for exactmatcher
Sat, 09 Feb 2019 22:50:53 -0800 Martin von Zweigbergk match: delete unused root and cwd arguments from {always,never,exact}() (API)
Sun, 10 Feb 2019 14:35:36 -0800 Martin von Zweigbergk match: delete unused root and cwd arguments to constructors (API)
Sun, 10 Feb 2019 14:16:33 -0800 Martin von Zweigbergk match: allow passing in badfn to always() and never()
Sat, 09 Feb 2019 23:48:19 -0800 Martin von Zweigbergk match: delete unused argument "listsubrepos" from _buildmatch()
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
less more (0) -100 -50 -30 tip