log mercurial/config.py @ 14616:64dfbe576455

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