log tests/test-hgignore.t @ 32605:e6ff007e107e

age author description
Thu, 01 Jun 2017 00:40:52 -0700 Siddharth Agarwal match: introduce nevermatcher for when no ignore files are present
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
Tue, 16 May 2017 22:15:42 -0700 Martin von Zweigbergk match: remove support for excludes from matcher class
Mon, 22 May 2017 11:08:18 -0700 Martin von Zweigbergk match: implement __repr__() and update users (API)
Mon, 08 Feb 2016 12:33:00 -0500 Matt Harbison debugignore: normalize the file before testing dirstate._ignore()
Tue, 12 Jan 2016 22:40:40 -0500 Matt Harbison test-hgignore: add globs for Windows
Tue, 05 Jan 2016 07:47:08 -0800 Laurent Charignon debugignore: find out why a file is being ignored (issue4856)
Tue, 05 Jan 2016 07:47:08 -0800 Laurent Charignon debugignore: find out if a file is being ignored
Sun, 13 Dec 2015 15:36:20 -0500 Matt Harbison test-hgignore: conditionalize an illegal Windows filename
Thu, 10 Dec 2015 21:32:19 -0800 Bryan O'Sullivan test-hgignore.t: add tests for comments
Fri, 24 Jul 2015 16:44:52 -0700 Durham Goode ignore: fix include: rules depending on current directory (issue4759) stable
Fri, 24 Jul 2015 16:43:21 -0700 Durham Goode test: move ignore test run into a subdirectory stable
Sat, 16 May 2015 16:25:05 -0700 Durham Goode match: enable 'subinclude:' syntax