log tests/test-walk.t @ 49298:425ca3428d03

age author description
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