Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Thu, 25 Mar 2021 18:02:08 +0100 |
Raphaël Gomès |
contributor: change mentions of mpm to olivia
|
Fri, 06 Nov 2020 13:58:59 -0800 |
Gregory Szorc |
global: use python3 in shebangs
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Mon, 04 Feb 2019 09:34:11 -0800 |
Gregory Szorc |
check-config: use raw strings for regular expressions
|
Sat, 13 Oct 2018 05:14:21 -0400 |
Augie Fackler |
contrib: fix up output in check-config.py to use strs to avoid b prefixes
|
Tue, 18 Sep 2018 23:56:38 -0400 |
Matt Harbison |
py3: byteify contrib/check-config.py
|
Mon, 05 Feb 2018 13:24:02 +0530 |
Pulkit Goyal |
py3: add b'' to literals in check-config.py
|
Fri, 29 Dec 2017 05:40:49 +0530 |
Pulkit Goyal |
check-config: specify the mode 'rb' to open the file
|
Tue, 18 Jul 2017 06:27:36 -0700 |
Ryan McElroy |
check-config: mention the file and line of the error
|
Sat, 01 Jul 2017 20:34:27 -0700 |
Gregory Szorc |
check-config: syntax to allow inconsistent config values
|
Thu, 15 Jun 2017 10:58:36 -0700 |
Gregory Szorc |
check-config: look for ui.configwith
|
Thu, 15 Jun 2017 10:38:19 -0700 |
Gregory Szorc |
check-config: use named groups in regexp
|
Thu, 15 Jun 2017 10:36:23 -0700 |
Gregory Szorc |
check-config: use compiled regexp
|
Sun, 06 Mar 2016 03:01:46 +0530 |
Pulkit Goyal |
check-config: use absolute_import and print_function
|
Fri, 05 Feb 2016 22:32:05 +0900 |
FUJIWARA Katsunori |
tests: execute check-config.py without xargs
|
Tue, 08 Dec 2015 08:21:46 +0000 |
timeless |
check-config: handle multiline config
|
Tue, 08 Dec 2015 08:36:00 +0000 |
timeless |
check-config: escape period in regexp for inline comments
|
Tue, 08 Dec 2015 09:09:01 +0000 |
timeless |
check-config: allow numbers in configs
|
Tue, 08 Dec 2015 09:22:53 +0000 |
timeless |
check-config: recognize convert style documentation
|
Sat, 18 Jul 2015 14:16:07 -0500 |
Matt Mackall |
check-config: don't continue prematurely
|
Thu, 25 Jun 2015 17:34:53 -0500 |
Matt Mackall |
check-config: add config option checker
|