# HG changeset patch # User Pierre-Yves David # Date 2023-10-13 14:03:26 # Node ID 808f1e38cd1db72f6874295dda2009b3926186fa # Parent 5ffee3cff8de616e899a09255ccaaf24d5042933 revlog: small doc to the `files` method diff --git a/mercurial/revlog.py b/mercurial/revlog.py --- a/mercurial/revlog.py +++ b/mercurial/revlog.py @@ -3306,6 +3306,7 @@ class revlog: 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: