mercurial/filelog.py
changeset 52489 ba8f03ad8906
parent 52468 4ef6dbc27a99
child 52643 5cc8deb96b48
--- a/mercurial/filelog.py	Wed Dec 11 00:33:49 2024 -0500
+++ b/mercurial/filelog.py	Tue Oct 22 23:36:48 2024 -0400
@@ -28,7 +28,7 @@
 )
 
 
-class filelog:  # (repository.ifilestorage)
+class filelog(repository.ifilestorage):
     _revlog: revlog.revlog
     nullid: bytes
     _fix_issue6528: bool