hgext/commitextras.py
changeset 52643 5cc8deb96b48
parent 51859 f4733654f144
--- a/hgext/commitextras.py	Sun Jan 05 22:12:02 2025 -0500
+++ b/hgext/commitextras.py	Sun Jan 05 22:23:31 2025 -0500
@@ -82,7 +82,7 @@
                     )
                     raise error.InputError(msg % k)
                 inneropts['extra'][k] = v
-            return super(repoextra, self).commit(*innerpats, **inneropts)
+            return super().commit(*innerpats, **inneropts)
 
     repo.__class__ = repoextra
     return orig(ui, repo, *pats, **opts)