mercurial/scmutil.py
changeset 18951 d13916a00b7e
parent 18950 647e3b0c8751
child 19070 290a61833b99
--- a/mercurial/scmutil.py	Mon Apr 15 01:22:15 2013 +0900
+++ b/mercurial/scmutil.py	Mon Apr 15 01:22:15 2013 +0900
@@ -263,6 +263,9 @@
     def readlink(self, path):
         return os.readlink(self.join(path))
 
+    def setflags(self, path, l, x):
+        return util.setflags(self.join(path), l, x)
+
     def stat(self, path=None):
         return os.stat(self.join(path))