hgext/lfs/__init__.py
changeset 52643 5cc8deb96b48
parent 52056 8b7123c8947b
--- a/hgext/lfs/__init__.py	Sun Jan 05 22:12:02 2025 -0500
+++ b/hgext/lfs/__init__.py	Sun Jan 05 22:23:31 2025 -0500
@@ -252,7 +252,7 @@
         @localrepo.unfilteredmethod
         def commitctx(self, ctx, error=False, origctx=None):
             repo.svfs.options[b'lfstrack'] = _trackedmatcher(self)
-            return super(lfsrepo, self).commitctx(ctx, error, origctx=origctx)
+            return super().commitctx(ctx, error, origctx=origctx)
 
     repo.__class__ = lfsrepo