hgext/largefiles/lfutil.py
changeset 47599 cce51119bfe6
parent 47593 f927ad5a4e2c
child 47647 f16958beb27b
--- a/hgext/largefiles/lfutil.py	Thu Jul 08 04:32:31 2021 +0200
+++ b/hgext/largefiles/lfutil.py	Thu Jul 08 00:54:40 2021 +0200
@@ -165,6 +165,9 @@
     def set_tracked(self, f):
         return super(largefilesdirstate, self).set_tracked(unixpath(f))
 
+    def set_untracked(self, f):
+        return super(largefilesdirstate, self).set_untracked(unixpath(f))
+
     def normal(self, f):
         return super(largefilesdirstate, self).normal(unixpath(f))