changeset 435:ac7973ec485e

python/hgrc.py
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 08 Aug 2013 10:36:19 -0700
parents d4f6995812c1
children 651caa15d80f
files python/hgrc.py
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
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: