hgext/largefiles/lfutil.py
changeset 47593 f927ad5a4e2c
parent 47545 fa18a3bc40e8
child 47599 cce51119bfe6
--- a/hgext/largefiles/lfutil.py	Sat Jul 10 23:31:51 2021 +0200
+++ b/hgext/largefiles/lfutil.py	Thu Jul 08 03:03:34 2021 +0200
@@ -162,6 +162,9 @@
     def __getitem__(self, key):
         return super(largefilesdirstate, self).__getitem__(unixpath(key))
 
+    def set_tracked(self, f):
+        return super(largefilesdirstate, self).set_tracked(unixpath(f))
+
     def normal(self, f):
         return super(largefilesdirstate, self).normal(unixpath(f))