Mercurial > hg > config
diff python/hgrc.py @ 435:ac7973ec485e
python/hgrc.py
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Thu, 08 Aug 2013 10:36:19 -0700 |
parents | 6797477f6a8f |
children | 2588ca4ae849 |
line wrap: on
line diff
--- a/python/hgrc.py Thu Aug 08 09:49:54 2013 -0700 +++ b/python/hgrc.py Thu Aug 08 10:36:19 2013 -0700 @@ -82,9 +82,6 @@ if isinstance(path, basestring): if os.path.exists(path): config[path].read(path) - else: - # XXX this code path is untenable - config[path]. # print the chosen hgrc paths if options.list_hgrc: