Wed, 16 Nov 2022 15:39:10 +0100 |
Pierre-Yves David |
matcher: do not prepend '.*' to pattern using ^ after flags
stable
|
Wed, 16 Nov 2022 16:38:42 +0100 |
Pierre-Yves David |
matcher: fix the issue with regex inline-flag in rust oo
stable
|
Wed, 16 Nov 2022 13:05:01 +0100 |
Pierre-Yves David |
matcher: fix issues regex flag contained in pattern (issue6759)
stable
|
Wed, 02 Nov 2022 12:05:34 +0100 |
Raphaël Gomès |
dirstate-v2: hash the source of the ignore patterns as well
stable
|
Wed, 02 Nov 2022 15:24:39 +0100 |
Raphaël Gomès |
dirstate-v2: add test that shows a collision in ignore patterns hash
stable
|
Mon, 31 Oct 2022 16:15:54 +0000 |
Arseniy Alekseyev |
rhg: fallback to slow path on invalid patterns in hgignore
stable
|
Mon, 31 Oct 2022 16:15:30 +0000 |
Arseniy Alekseyev |
rhg: add a test involving hgignore lookaround
stable
|
Thu, 28 Apr 2022 15:19:19 +0200 |
Raphaël Gomès |
dirstate-v2: add flag to `debugstate` to print docket information
stable
|
Wed, 02 Feb 2022 17:24:05 +0100 |
Raphaël Gomès |
branching: merge stable into default
|
Tue, 01 Feb 2022 16:36:20 +0100 |
Pierre-Yves David |
dirstate-v2: rename the configuration to enable the format
stable
|
Fri, 17 Dec 2021 17:56:13 +0100 |
Simon Sapin |
rhg: Accept different "invalid ignore pattern" error message formatting
|
Tue, 09 Nov 2021 19:55:46 +0100 |
Simon Sapin |
rhg: Enable `rhg status` in most tests
|
Wed, 20 Oct 2021 00:57:02 +0200 |
Pierre-Yves David |
dirstate-v2: freeze the on-disk format
|
Fri, 15 Oct 2021 01:27:39 +0200 |
Pierre-Yves David |
dirstate-v2: add an option to prevent unintentional slow dirstate-v2
|
Fri, 16 Jul 2021 18:42:20 +0200 |
Simon Sapin |
dirstate-v2: Add support when Rust is not enabled
|
Mon, 27 Sep 2021 12:09:15 +0200 |
Simon Sapin |
dirstate: Remove the flat Rust DirstateMap implementation
|
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
|