Tue, 08 Oct 2019 15:06:18 -0700 |
Martin von Zweigbergk |
cleanup: join string literals that are already on one line
|
file |
diff |
annotate
|
Mon, 07 Oct 2019 00:04:04 -0400 |
Gregory Szorc |
py3: finish porting iteritems() to pycompat and remove source transformer
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 13:28:56 -0400 |
Gregory Szorc |
py3: manually import pycompat.open into files that need it
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
file |
diff |
annotate
|
Sun, 25 Aug 2019 22:53:42 -0400 |
Valentin Gatien-Baron |
match: simplify the regexps created for glob patterns
|
file |
diff |
annotate
|
Sat, 17 Aug 2019 10:25:04 +0900 |
Yuya Nishihara |
py3: do not convert rust module/attribute names to bytes
|
file |
diff |
annotate
|
Thu, 30 May 2019 09:14:41 +0200 |
Georges Racinet |
rust: using policy.importrust from Python callers
|
file |
diff |
annotate
|
Fri, 24 May 2019 12:33:46 +0200 |
Pierre-Yves David |
match: stabilize _rootsdirsandparents doctest
|
file |
diff |
annotate
|
Wed, 22 May 2019 14:16:44 -0700 |
Martin von Zweigbergk |
match: remove an obsolete comment about util.finddirs()
|
file |
diff |
annotate
|
Wed, 22 May 2019 13:58:05 -0700 |
Martin von Zweigbergk |
match: de-flake test-doctest.py by not depending on util.dirs() order
|
file |
diff |
annotate
|
Wed, 24 Apr 2019 09:39:40 -0700 |
Martin von Zweigbergk |
match: drop unnecessary adding of '' to set of dirs
|
file |
diff |
annotate
|
Tue, 16 May 2017 11:00:38 -0700 |
Martin von Zweigbergk |
util: make util.dirs() and util.finddirs() include root directory (API)
|
file |
diff |
annotate
|
Mon, 15 May 2017 00:12:19 -0700 |
Martin von Zweigbergk |
match: use '' instead of '.' for root directory (API)
|
file |
diff |
annotate
|
Fri, 17 May 2019 09:36:29 -0400 |
Raphaël Gomès |
rust-filepatterns: call new Rust implementations from Python
|
file |
diff |
annotate
|
Tue, 23 Apr 2019 08:39:26 -0700 |
Martin von Zweigbergk |
match: remove unused match.__iter__ implementation (API)
|
file |
diff |
annotate
|
Sun, 21 Apr 2019 09:29:55 -0700 |
Gregory Szorc |
match: use raw strings to avoid illegal baskslash escape
|
file |
diff |
annotate
|
Thu, 11 Apr 2019 18:34:56 +0200 |
Pierre-Yves David |
match: fix re2 compability broken in 2e2699af5649
|
file |
diff |
annotate
|
Wed, 10 Apr 2019 03:10:53 +0530 |
Pulkit Goyal |
py3: add b'' prefixes to new doctests in match.py
|
file |
diff |
annotate
|
Sun, 07 Apr 2019 16:53:47 +0200 |
Denis Laxalde |
match: let regex match function return a boolean
|
file |
diff |
annotate
|
Sun, 07 Apr 2019 17:16:58 +0200 |
Denis Laxalde |
match: make arguments of _expandsets() optional
|
file |
diff |
annotate
|
Sun, 07 Apr 2019 17:14:29 +0200 |
Denis Laxalde |
match: make _donormalize's auditor and warn arguments optional
|
file |
diff |
annotate
|
Mon, 08 Apr 2019 09:34:50 +0200 |
Denis Laxalde |
match: add doctest examples in match()
|
file |
diff |
annotate
|
Sat, 06 Apr 2019 18:20:49 +0200 |
Denis Laxalde |
match: complete documentation of match() parameters
|
file |
diff |
annotate
|
Sat, 06 Apr 2019 17:54:13 +0200 |
Denis Laxalde |
match: add doctest examples for patkind()
|
file |
diff |
annotate
|
Sat, 06 Apr 2019 15:21:55 +0200 |
Denis Laxalde |
match: add a docstring with doctest examples to patternmatcher
|
file |
diff |
annotate
|
Sun, 07 Apr 2019 12:21:23 +0200 |
Denis Laxalde |
match: add doctest examples for exactmatcher
|
file |
diff |
annotate
|
Sat, 09 Feb 2019 22:50:53 -0800 |
Martin von Zweigbergk |
match: delete unused root and cwd arguments from {always,never,exact}() (API)
|
file |
diff |
annotate
|
Sun, 10 Feb 2019 14:35:36 -0800 |
Martin von Zweigbergk |
match: delete unused root and cwd arguments to constructors (API)
|
file |
diff |
annotate
|
Sun, 10 Feb 2019 14:16:33 -0800 |
Martin von Zweigbergk |
match: allow passing in badfn to always() and never()
|
file |
diff |
annotate
|