tests/test-walk.t
Sun, 20 Feb 2022 15:28:44 -0700 Gregory Szorc tests: remove from __future__ from inline Python in tests
Fri, 19 Nov 2021 16:21:00 -0800 Martin von Zweigbergk errors: use detailed exit code in pathauditor
Sun, 25 Aug 2019 22:53:42 -0400 Valentin Gatien-Baron match: simplify the regexps created for glob patterns
Sun, 02 Dec 2018 13:09:46 -0800 Martin von Zweigbergk match: drop unnecessary wrapping of regex in group
Sat, 13 Oct 2018 00:22:05 -0700 Martin von Zweigbergk match: optimize matcher when all patterns are of rootfilesin kind
Tue, 18 Sep 2018 23:47:21 -0400 Matt Harbison tests: quote PYTHON usage
Tue, 26 Jun 2018 10:36:23 -0400 Augie Fackler cleanup: migrate from re.escape to stringutil.reescape
Sun, 10 Jun 2018 12:24:53 +0900 Yuya Nishihara stringutil: fix prettyrepr() to not orphan foo=<...> line
Sun, 10 Jun 2018 11:55:52 +0900 Yuya Nishihara debugwalk: pretty-print nested matcher
Sun, 10 Jun 2018 11:53:56 +0900 Yuya Nishihara debugwalk: show matcher output only if -v/--verbose
Mon, 19 Mar 2018 12:46:56 +0530 Pulkit Goyal py3: use print as a function in tests/test-walk.t
Sun, 18 Feb 2018 18:07:12 +0530 Pulkit Goyal py3: use range instead of xrange in tests/test-walk.t
Fri, 26 Jan 2018 19:48:39 +0900 Yuya Nishihara dirstate: drop explicit files that shouldn't match (BC) (issue4679)
Sun, 11 Feb 2018 16:59:35 +0530 Pulkit Goyal py3: replace file() with open() in test-walk.t
Tue, 16 Jan 2018 22:14:33 +0900 Yuya Nishihara match: do not weirdly include explicit files excluded by -X option
Sun, 10 Dec 2017 22:50:57 -0500 Matt Harbison tests: remove (glob) annotations that were only for '\' matches
Sat, 02 Dec 2017 19:33:34 -0500 Matt Harbison tests: add a substitution for ENOENT/ERROR_FILE_NOT_FOUND messages
Sun, 09 Jul 2017 22:53:02 -0700 Martin von Zweigbergk match: remove unnecessary '^' from regexes
Fri, 19 May 2017 11:50:01 -0700 Martin von Zweigbergk match: handle everything-matching using new alwaysmatcher
Fri, 19 May 2017 11:44:05 -0700 Martin von Zweigbergk match: remove support for includes from patternmatcher
Fri, 19 May 2017 13:36:34 -0700 Martin von Zweigbergk match: remove support for non-include patterns from includematcher
Fri, 19 May 2017 22:36:14 -0700 Martin von Zweigbergk match: split up main matcher into patternmatcher and includematcher
Thu, 18 May 2017 23:39:39 -0700 Martin von Zweigbergk match: remove support for exact matching from main matcher class
Fri, 12 May 2017 23:12:05 -0700 Martin von Zweigbergk match: handle includes using new intersectionmatcher
Tue, 16 May 2017 22:15:42 -0700 Martin von Zweigbergk match: remove support for excludes from matcher class
Tue, 16 May 2017 16:36:48 -0700 Martin von Zweigbergk match: handle excludes using new differencematcher
Mon, 22 May 2017 11:08:52 -0700 Martin von Zweigbergk debugwalk: also print matcher representation
Mon, 13 Feb 2017 15:39:29 -0800 Rodrigo Damazio Bovendorp match: adding support for matching files inside a directory
Wed, 05 Nov 2014 11:25:57 -0800 Martin von Zweigbergk test-walk: add more tests for -I/-X
Wed, 15 Oct 2014 15:35:59 -0400 Augie Fackler tests: use $PYTHON instead of hardcoding python
Tue, 29 Apr 2014 11:02:40 +0900 Yuya Nishihara match: fix NameError 'pat' on overflow of regex pattern length stable
Thu, 03 Oct 2013 14:50:47 +0200 Mads Kiilerich check-code: check that '>' is used for continued lines
Wed, 13 Feb 2013 22:05:30 +0100 Simon Heimberg tests: remove glob from output lines containing no glob character
Wed, 30 Jan 2013 19:40:07 +0100 Mads Kiilerich tests: fix for windows - slashes and no serve stable
Fri, 18 Jan 2013 01:24:29 +0100 Mads Kiilerich scmutil: localize and improve 'not under root' message
Tue, 19 Jun 2012 00:20:38 +0200 Mads Kiilerich tests: run test-walk.t on windows
Mon, 18 Jun 2012 23:44:11 +0200 Mads Kiilerich tests: better testing of 'glob:glob' in test-walk.t
Mon, 18 Jun 2012 23:44:11 +0200 Mads Kiilerich tests: move tests in test-walk.t using ':' in filenames to conditional section
Fri, 15 Jun 2012 00:02:27 +0200 Mads Kiilerich tests: add some missing #if's / hghave requirements
Mon, 11 Jun 2012 01:40:51 +0200 Mads Kiilerich tests: add missing trailing 'cd ..'
Wed, 16 Nov 2011 03:45:14 +0100 Mads Kiilerich tests: hide 'No such file or directory' messages
Mon, 07 Nov 2011 03:14:55 +0100 Mads Kiilerich tests: use 'hghave no-windows' to avoid testing reserved file names on windows
Sat, 07 May 2011 21:12:30 +0200 Patrick Mezard match: make 'listfile:' split on LF and CRLF
Tue, 19 Apr 2011 12:42:53 +0200 Adrian Buehlmann add: introduce a warning message for non-portable filenames (issue2756) (BC)
Tue, 19 Apr 2011 12:04:44 +0200 Martin Geisler tests: remove redundant mkdir
Thu, 07 Apr 2011 14:43:19 -0500 Matt Mackall audit: improve nested repo message
Fri, 08 Oct 2010 22:36:10 -0500 Mads Kiilerich tests: remove redundant globs
Wed, 22 Sep 2010 16:06:02 -0500 Brodie Rao tests: add glob matching for unified tests
Wed, 22 Sep 2010 16:06:00 -0500 Brodie Rao tests: require regexes in unified tests to be marked with " (re)"
Wed, 22 Sep 2010 16:05:58 -0500 Brodie Rao tests: improve regexes in unified tests
Thu, 16 Sep 2010 17:51:32 -0500 Matt Mackall tests: add exit codes to unified tests
Thu, 02 Sep 2010 23:22:51 +0200 Martin Geisler tests: remove unneeded -d flags
Fri, 13 Aug 2010 13:20:15 -0500 Matt Mackall test-walk: enable absolute path tests
Thu, 12 Aug 2010 21:52:53 +0900 Nicolas Dumazet tests: unify test-walk
less more (0) tip