mercurial/commands.py
changeset 31685 d83e51654c8a
parent 31683 00e569a2da97
child 31686 fbc4eb8e2433
--- a/mercurial/commands.py	Sun Mar 26 21:27:02 2017 -0700
+++ b/mercurial/commands.py	Sun Mar 26 21:33:37 2017 -0700
@@ -1807,6 +1807,8 @@
     for t, f in rcutil.rccomponents():
         if t == 'path':
             ui.debug('read config from: %s\n' % f)
+        elif t == 'items':
+            pass
         else:
             raise error.ProgrammingError('unknown rctype: %s' % t)
     untrusted = bool(opts.get('untrusted'))