Mon, 26 Jun 2023 14:34:58 +0200 |
Mads Kiilerich |
tests: use grep -E instead of obsolescent egrep
stable
|
file |
diff |
annotate
|
Mon, 12 Jun 2023 16:51:08 +0200 |
Raphaël Gomès |
match: add `filepath:` pattern to match an exact filepath relative to the root
|
file |
diff |
annotate
|
Sat, 01 Apr 2023 05:57:09 +0200 |
Pierre-Yves David |
match: sort patterns before compiling them into a regex
stable
|
file |
diff |
annotate
|
Sun, 20 Feb 2022 15:28:44 -0700 |
Gregory Szorc |
tests: remove from __future__ from inline Python in tests
|
file |
diff |
annotate
|
Fri, 19 Nov 2021 16:21:00 -0800 |
Martin von Zweigbergk |
errors: use detailed exit code in pathauditor
|
file |
diff |
annotate
|
Sun, 25 Aug 2019 22:53:42 -0400 |
Valentin Gatien-Baron |
match: simplify the regexps created for glob patterns
|
file |
diff |
annotate
|
Sun, 02 Dec 2018 13:09:46 -0800 |
Martin von Zweigbergk |
match: drop unnecessary wrapping of regex in group
|
file |
diff |
annotate
|
Sat, 13 Oct 2018 00:22:05 -0700 |
Martin von Zweigbergk |
match: optimize matcher when all patterns are of rootfilesin kind
|
file |
diff |
annotate
|
Tue, 18 Sep 2018 23:47:21 -0400 |
Matt Harbison |
tests: quote PYTHON usage
|
file |
diff |
annotate
|
Tue, 26 Jun 2018 10:36:23 -0400 |
Augie Fackler |
cleanup: migrate from re.escape to stringutil.reescape
|
file |
diff |
annotate
|
Sun, 10 Jun 2018 12:24:53 +0900 |
Yuya Nishihara |
stringutil: fix prettyrepr() to not orphan foo=<...> line
|
file |
diff |
annotate
|
Sun, 10 Jun 2018 11:55:52 +0900 |
Yuya Nishihara |
debugwalk: pretty-print nested matcher
|
file |
diff |
annotate
|
Sun, 10 Jun 2018 11:53:56 +0900 |
Yuya Nishihara |
debugwalk: show matcher output only if -v/--verbose
|
file |
diff |
annotate
|
Mon, 19 Mar 2018 12:46:56 +0530 |
Pulkit Goyal |
py3: use print as a function in tests/test-walk.t
|
file |
diff |
annotate
|
Sun, 18 Feb 2018 18:07:12 +0530 |
Pulkit Goyal |
py3: use range instead of xrange in tests/test-walk.t
|
file |
diff |
annotate
|
Fri, 26 Jan 2018 19:48:39 +0900 |
Yuya Nishihara |
dirstate: drop explicit files that shouldn't match (BC) (issue4679)
|
file |
diff |
annotate
|
Sun, 11 Feb 2018 16:59:35 +0530 |
Pulkit Goyal |
py3: replace file() with open() in test-walk.t
|
file |
diff |
annotate
|
Tue, 16 Jan 2018 22:14:33 +0900 |
Yuya Nishihara |
match: do not weirdly include explicit files excluded by -X option
|
file |
diff |
annotate
|
Sun, 10 Dec 2017 22:50:57 -0500 |
Matt Harbison |
tests: remove (glob) annotations that were only for '\' matches
|
file |
diff |
annotate
|
Sat, 02 Dec 2017 19:33:34 -0500 |
Matt Harbison |
tests: add a substitution for ENOENT/ERROR_FILE_NOT_FOUND messages
|
file |
diff |
annotate
|
Sun, 09 Jul 2017 22:53:02 -0700 |
Martin von Zweigbergk |
match: remove unnecessary '^' from regexes
|
file |
diff |
annotate
|
Fri, 19 May 2017 11:50:01 -0700 |
Martin von Zweigbergk |
match: handle everything-matching using new alwaysmatcher
|
file |
diff |
annotate
|
Fri, 19 May 2017 11:44:05 -0700 |
Martin von Zweigbergk |
match: remove support for includes from patternmatcher
|
file |
diff |
annotate
|
Fri, 19 May 2017 13:36:34 -0700 |
Martin von Zweigbergk |
match: remove support for non-include patterns from includematcher
|
file |
diff |
annotate
|
Fri, 19 May 2017 22:36:14 -0700 |
Martin von Zweigbergk |
match: split up main matcher into patternmatcher and includematcher
|
file |
diff |
annotate
|
Thu, 18 May 2017 23:39:39 -0700 |
Martin von Zweigbergk |
match: remove support for exact matching from main matcher class
|
file |
diff |
annotate
|
Fri, 12 May 2017 23:12:05 -0700 |
Martin von Zweigbergk |
match: handle includes using new intersectionmatcher
|
file |
diff |
annotate
|
Tue, 16 May 2017 22:15:42 -0700 |
Martin von Zweigbergk |
match: remove support for excludes from matcher class
|
file |
diff |
annotate
|
Tue, 16 May 2017 16:36:48 -0700 |
Martin von Zweigbergk |
match: handle excludes using new differencematcher
|
file |
diff |
annotate
|
Mon, 22 May 2017 11:08:52 -0700 |
Martin von Zweigbergk |
debugwalk: also print matcher representation
|
file |
diff |
annotate
|