diff tests/test-config-env.py @ 44032:2d4cad94d08a

rcutil: drop the `defaultrcpath()` method (API) The resource based code can service py2, py3 and an oxidized executable, so there's no reason to leave this around. It was flagged as an API change when it was introduced, so flagging it again. Differential Revision: https://phab.mercurial-scm.org/D7777
author Matt Harbison <matt_harbison@yahoo.com>
date Sun, 29 Dec 2019 21:10:04 -0500
parents 1864efbe90d9
children 6000f5b25c9b
line wrap: on
line diff
--- a/tests/test-config-env.py	Sun Dec 29 21:06:34 2019 -0500
+++ b/tests/test-config-env.py	Sun Dec 29 21:10:04 2019 -0500
@@ -36,7 +36,6 @@
     return [join(b'userrc')]
 
 
-extensions.wrapfunction(rcutil, 'defaultrcpath', lambda orig: [])
 extensions.wrapfunction(rcutil, 'default_rc_resources', lambda orig: [])
 
 rcutil.systemrcpath = systemrcpath