# HG changeset patch # User Jeff Hammel # Date 1375983379 25200 # Node ID ac7973ec485e686c92b76566fb02b346af569d75 # Parent d4f6995812c12cc6427fc9a19ae38afbe53155df python/hgrc.py diff -r d4f6995812c1 -r ac7973ec485e python/hgrc.py --- 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: