mercurial/config.py
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
Thu, 18 May 2017 13:38:37 -0700 Martin von Zweigbergk config: make config.items() return a copy
Fri, 17 Mar 2017 09:19:56 -0700 Jun Wu ui: move configlist parser to config.py
Sun, 12 Mar 2017 12:56:12 -0700 Martijn Pieters config: avoid using a mutable default
Fri, 03 Mar 2017 14:42:56 -0500 Augie Fackler config: guard against setconfig specifying unicode values on py3
Fri, 03 Mar 2017 12:55:11 -0500 Augie Fackler config: add sanity assert that files are opened as binary
Fri, 03 Mar 2017 12:55:49 -0500 Augie Fackler config: pass some optional args as keywords
Fri, 03 Mar 2017 13:28:24 -0500 Augie Fackler config: load included config files in binary mode
Sun, 09 Oct 2016 09:25:39 -0400 Augie Fackler config: mark parser regexes as bytes explicitly
Thu, 07 Jan 2016 19:45:03 -0800 Bryan O'Sullivan config: add hasconfig method and supporting plumbing
Sat, 08 Aug 2015 00:28:53 -0700 Gregory Szorc config: use absolute_import
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Fri, 15 May 2015 09:04:32 -0400 Jordi Gutiérrez Hermoso config: give it an includepaths option for looking for config files
Thu, 11 Sep 2014 12:26:12 -0500 Matt Mackall ui: move samplehgrcs from config
Thu, 11 Sep 2014 12:21:15 -0500 Matt Mackall config: normalize style between user/global example configs
Sun, 24 Aug 2014 19:45:46 -0400 Jordi Gutiérrez Hermoso config: propose some sample global config file
Wed, 13 Aug 2014 17:05:48 -0400 Jordi Gutiérrez Hermoso config: give more fine-tuned sample hgrcs to this command
Tue, 05 Aug 2014 21:16:24 -0700 Pierre-Yves David config: fix restoreconfig of non existing config
Tue, 15 Jul 2014 14:50:58 -0700 Siddharth Agarwal config: use util.re.compile instead of util.compilere
Sun, 23 Feb 2014 01:56:31 +0100 Angel Ezquerra config: move config.sortdict class into util
Wed, 19 Mar 2014 02:45:14 +0100 Mads Kiilerich config: don't set source when no source is specified - don't overwrite with ''
Fri, 26 Apr 2013 23:36:12 +0900 FUJIWARA Katsunori config: discard "%unset" values defined in the other files read in previously stable
Tue, 11 Sep 2012 08:36:09 -0700 Bryan O'Sullivan Merge spelling fixes
Fri, 17 Aug 2012 13:58:19 -0700 timeless grammar: it-handles
Fri, 17 Aug 2012 13:58:19 -0700 timeless spelling: value
Wed, 15 Aug 2012 22:39:18 +0200 Mads Kiilerich fix wording and not-completely-trivial spelling errors and bad docstrings
Fri, 01 Jun 2012 15:26:46 -0700 Bryan O'Sullivan config: use util.compilere to compile regexps
Tue, 29 May 2012 23:26:55 +0200 Angel Ezquerra config: make sortdict keys() and iterkeys() methods respect the item order
Tue, 03 Apr 2012 11:35:04 -0500 Matt Mackall config: discard UTF-8 BOM if found
Wed, 18 Jan 2012 16:52:26 +0100 Pierre-Yves David config: have a way to backup and restore value in config
Mon, 20 Jun 2011 10:51:37 +0200 Sune Foldager config.sortdict: override clear method stable
Fri, 17 Jun 2011 15:36:56 -0500 Matt Mackall config: undo change of empty line definition
Thu, 16 Jun 2011 13:24:44 -0500 Matt Mackall config: handle comment lines in continuations (issue2854)
Tue, 31 May 2011 16:00:39 -0500 Matt Mackall config: ignore include errors for nonexistent files
Wed, 16 Mar 2011 18:48:59 +0100 Adrian Buehlmann config: use util.posixfile
Mon, 22 Nov 2010 18:15:58 +0100 Martin Geisler code style: prefer 'is' and 'is not' tests with singletons
Fri, 04 Jun 2010 23:04:31 -0500 Matt Mackall error: fix up test-hgrc
Fri, 04 Jun 2010 20:57:26 -0500 Matt Mackall error: add new ParseError for various parsing errors
Wed, 26 May 2010 14:03:29 -0700 Chad Dombrova config: expand hgrc %include paths
Thu, 28 Jan 2010 23:07:28 -0600 Matt Mackall config: handle short continuations (issue1999) stable
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Sat, 12 Dec 2009 16:46:16 +0100 Martin Geisler config: raise ConfigError on non-existing include files stable
Sat, 19 Sep 2009 13:55:18 +0200 Martin Geisler Merge with crew-stable
Sat, 12 Sep 2009 11:17:07 +0200 Nicolas Dumazet config: abort on indented non-continuation lines (issue1829)
Wed, 12 Aug 2009 11:50:27 +0200 Andrey config: improve code readability
Mon, 13 Jul 2009 09:50:26 +0900 Nicolas Dumazet for calls expecting bool args, pass bool instead of int
Tue, 28 Apr 2009 17:40:46 +0200 Simon Heimberg separate import lines from mercurial and general python modules
Mon, 04 May 2009 14:21:43 -0500 Matt Mackall config: make remap actually work
Thu, 30 Apr 2009 19:22:06 -0500 Matt Mackall config: add parse interface
Wed, 29 Apr 2009 20:47:30 -0500 Matt Mackall config: allow spaces in key portion of items
Sun, 26 Apr 2009 01:56:41 +0200 Martin Geisler config: add copyright and license header
Mon, 27 Apr 2009 12:37:19 +0200 Dirkjan Ochtman more whitespace cleanup and some other style nits
less more (0) -60 tip