revlog: small doc to the `files` method
authorPierre-Yves David <pierre-yves.david@octobus.net>
Fri, 13 Oct 2023 16:03:26 +0200
changeset 51082 808f1e38cd1d
parent 51081 5ffee3cff8de
child 51083 5645524c6b62
revlog: small doc to the `files` method
mercurial/revlog.py
--- 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: