diff mercurial/policy.py @ 36788:f3c314020beb

osutil: implement minimal __getitem__ compatibility on our custom listdir type We previously declined to do this, but the removal of the deprecated os.stat_float_times() method in Python 3.7 forces our hand. Differential Revision: https://phab.mercurial-scm.org/D2695
author Augie Fackler <augie@google.com>
date Mon, 05 Mar 2018 15:07:32 -0500
parents 430fdb717549
children 2025bf60adb2
line wrap: on
line diff
--- a/mercurial/policy.py	Sun Mar 04 21:14:24 2018 -0500
+++ b/mercurial/policy.py	Mon Mar 05 15:07:32 2018 -0500
@@ -69,7 +69,7 @@
     (r'cext', r'bdiff'): 3,
     (r'cext', r'diffhelpers'): 1,
     (r'cext', r'mpatch'): 1,
-    (r'cext', r'osutil'): 3,
+    (r'cext', r'osutil'): 4,
     (r'cext', r'parsers'): 4,
 }