mercurial/commands.py
changeset 31682 07d62fa518a4
parent 31679 0f8ba0bc1154
child 31683 00e569a2da97
--- a/mercurial/commands.py	Sun Mar 26 20:46:05 2017 -0700
+++ b/mercurial/commands.py	Sun Mar 26 20:48:00 2017 -0700
@@ -1804,7 +1804,7 @@
         return
     ui.pager('config')
     fm = ui.formatter('config', opts)
-    for f in rcutil.rcpath():
+    for f in rcutil.rccomponents():
         ui.debug('read config from: %s\n' % f)
     untrusted = bool(opts.get('untrusted'))
     if values: