Mercurial > public > mercurial-scm > hg
log mercurial/match.py @ 51571:9b51a4fb0f96
age | author | description |
---|---|---|
Mon, 12 Jun 2023 16:51:08 +0200 | Rapha?l Gom?s | match: add `filepath:` pattern to match an exact filepath relative to the root |
Sat, 01 Apr 2023 05:58:59 +0200 | Pierre-Yves David | match: match explicit file using a set stable |
Sat, 01 Apr 2023 05:57:09 +0200 | Pierre-Yves David | match: sort patterns before compiling them into a regex stable |
Tue, 07 Mar 2023 16:45:54 +0100 | Mads Kiilerich | py3: fix for Python 3.12 emitting SyntaxWarning on invalid escape sequences stable |
Wed, 14 Dec 2022 22:24:54 -0500 | Matt Harbison | typing: drop an unnecessary warning disabling comment in match.py |
Tue, 22 Nov 2022 11:55:26 -0500 | Matt Harbison | match: make the FLAG_RE pattern a raw string stable |
Wed, 16 Nov 2022 15:39:10 +0100 | Pierre-Yves David | matcher: do not prepend '.*' to pattern using ^ after flags stable |