author | Martin Geisler <mg@lazybytes.net> |
Sun, 26 Apr 2009 01:56:41 +0200 | |
changeset 8229 | ddf3d6656e7c |
parent 8228 | eee2319c5895 |
child 8230 | ec98f35e3e16 |
--- a/mercurial/config.py Sun Apr 26 01:25:53 2009 +0200 +++ b/mercurial/config.py Sun Apr 26 01:56:41 2009 +0200 @@ -1,3 +1,10 @@ +# config.py - configuration parsing for Mercurial +# +# Copyright 2009 Matt Mackall <mpm@selenic.com> and others +# +# This software may be used and distributed according to the terms of the +# GNU General Public License version 2, incorporated herein by reference. + from i18n import _ import re, error, os