--- a/mercurial/revlog.py Wed Oct 11 02:19:00 2023 +0200
+++ b/mercurial/revlog.py Fri Oct 13 16:03:26 2023 +0200
@@ -3306,6 +3306,7 @@
return (dd, di)
def files(self):
+ """return list of files that compose this revlog"""
res = [self._indexfile]
if self._docket_file is None:
if not self._inline: