log tests/test-hgignore.t @ 47674:ff97e793ed36

age author description
Thu, 08 Jul 2021 12:18:21 +0200 Simon Sapin dirstate-v2: Introduce a docket file
Mon, 28 Jun 2021 15:41:50 +0200 Simon Sapin dirstate-v2: Use 32-bit integers instead of 64-bit for offsets
Wed, 02 Jun 2021 11:25:18 +0200 Simon Sapin dirstate-v2: Store a hash of ignore patterns (.hgignore)
Wed, 19 May 2021 13:15:00 +0200 Simon Sapin dirstate-v2: Add a variant of some tests, that uses the new format
Mon, 03 May 2021 20:04:19 +0200 Simon Sapin dirstate-tree: Add a dirstate-v1-tree variant of some tests
Sun, 25 Aug 2019 22:53:42 -0400 Valentin Gatien-Baron match: simplify the regexps created for glob patterns
Sun, 25 Aug 2019 22:52:36 -0400 Valentin Gatien-Baron tests: show the pattern generated for a relative glob
Sun, 21 Jul 2019 13:48:29 +0900 Yuya Nishihara hgignore: add escape syntax test for glob patterns
Sun, 21 Jul 2019 13:37:24 +0900 Yuya Nishihara hgignore: add a few more weird patterns to test case
Sun, 21 Jul 2019 13:30:47 +0900 Yuya Nishihara hgignore: update \-escape test to reflect actual behavior
Sun, 17 Feb 2019 22:39:12 -0500 Matt Harbison tests: correct the remaining fallout from recent path style changes on Windows
Thu, 03 Jan 2019 19:02:46 -0500 Valentin Gatien-Baron match: support rooted globs in hgignore
Sun, 02 Dec 2018 13:09:46 -0800 Martin von Zweigbergk match: drop unnecessary wrapping of regex in group
Tue, 18 Sep 2018 23:47:21 -0400 Matt Harbison tests: quote PYTHON usage
Sun, 10 Dec 2017 22:50:57 -0500 Matt Harbison tests: remove (glob) annotations that were only for '\' matches