diff mercurial/policy.py @ 35515:e01549a7bf0a

osutil: implement getfsmountpoint() on BSD systems I don't have a BSD system handy to test this, but it looks simple enough from the man page.
author Matt Harbison <matt_harbison@yahoo.com>
date Fri, 29 Dec 2017 23:55:52 -0500
parents 8652ab4046e4
children 29dd37a418aa
line wrap: on
line diff
--- a/mercurial/policy.py	Fri Dec 29 23:50:42 2017 -0500
+++ b/mercurial/policy.py	Fri Dec 29 23:55:52 2017 -0500
@@ -74,7 +74,7 @@
     (r'cext', r'bdiff'): 1,
     (r'cext', r'diffhelpers'): 1,
     (r'cext', r'mpatch'): 1,
-    (r'cext', r'osutil'): 2,
+    (r'cext', r'osutil'): 3,
     (r'cext', r'parsers'): 4,
 }