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
|
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
|