log mercurial/config.py @ 15712:06b8b74720d6

age author description
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