mercurial/config.py
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Tue, 01 Mar 2022 20:47:37 -0800 Gregory Szorc config: remove pycompat.iteritems()
Mon, 21 Feb 2022 10:27:34 -0700 Gregory Szorc config: remove conditional asserts
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Fri, 16 Apr 2021 01:18:28 +0200 Pierre-Yves David parselist: move the function from config to stringutil
Thu, 25 Mar 2021 18:02:08 +0100 Raphaël Gomès contributor: change mentions of mpm to olivia
Fri, 29 Jan 2021 11:21:49 +0100 Pierre-Yves David config: track the "level" of a value
Fri, 29 Jan 2021 10:28:03 +0100 Pierre-Yves David config: track "source" along side value
Sat, 30 Jan 2021 00:32:42 +0100 Pierre-Yves David config: use a new `alter` method in `fixconfig`
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Fri, 20 Nov 2020 14:43:21 -0800 Martin von Zweigbergk errors: raise ConfigError on failure to parse config file
Thu, 22 Oct 2020 10:57:11 -0700 Martin von Zweigbergk config: move message about leading spaces in config to config.py
Wed, 22 Jul 2020 10:34:24 -0700 Martin von Zweigbergk config: remove now-unused `abs` argument from `include` callback
Wed, 22 Jul 2020 10:32:28 -0700 Martin von Zweigbergk config: re-calculate absolute %include path in `include` callback
Wed, 22 Jul 2020 00:13:02 -0700 Martin von Zweigbergk config: remove now-unused support for "includepaths"
Tue, 21 Jul 2020 23:50:42 -0700 Martin von Zweigbergk config: pass both relative and absolute paths to `include` callback
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Tue, 29 Oct 2019 10:41:30 +0100 Pierre-Yves David formatting: run black version 19.10b0 on the codebase stable
Thu, 17 Oct 2019 12:10:42 +0200 Denis Laxalde py3: encode underlying error message during parse error of %include
Mon, 07 Oct 2019 00:04:04 -0400 Gregory Szorc py3: finish porting iteritems() to pycompat and remove source transformer
Sun, 06 Oct 2019 16:55:18 -0400 Gregory Szorc py3: manually import getattr where it is needed
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Tue, 22 Jan 2019 17:08:53 -0800 Gregory Szorc config: reject str sections and keys on Python 3
Fri, 27 Apr 2018 13:37:10 -0400 Augie Fackler config: fix py3 backslash escaping bug in parser caught by tests
Mon, 19 Feb 2018 00:14:33 +0530 Pulkit Goyal py3: use "%d" for integers instead of "%s"
Sat, 14 Oct 2017 17:41:41 +0900 Yuya Nishihara config: allow remapping the default section
Tue, 03 Oct 2017 12:00:07 -0700 Jun Wu config: add a missing preparewrite() call
Wed, 27 Sep 2017 18:07:48 -0700 Jun Wu config: use copy-on-write to improve copy performance
Sun, 03 Sep 2017 14:32:11 +0900 Yuya Nishihara doctest: bulk-replace string literals with b'' for Python 3
less more (0) -50 -30 tip