changeset 44031 | 1864efbe90d9 |
parent 43985 | cd96eccd1ce1 |
child 44045 | df82c06e1a05 |
--- a/mercurial/commands.py Sun Dec 29 20:51:44 2019 -0500 +++ b/mercurial/commands.py Sun Dec 29 21:06:34 2019 -0500 @@ -2223,6 +2223,8 @@ for t, f in rcutil.rccomponents(): if t == b'path': ui.debug(b'read config from: %s\n' % f) + elif t == b'resource': + ui.debug(b'read config from: resource:%s.%s\n' % (f[0], f[1])) elif t == b'items': # Don't print anything for 'items'. pass