Mercurial > hg
changeset 47388:bcf92bdc2bca
revlog: fix docket.date_filepath docstring
This was copy-pasted too quickly.
Differential Revision: https://phab.mercurial-scm.org/D10786
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 28 May 2021 23:41:12 +0200 |
parents | 75e1104f23a2 |
children | e6292eb33384 |
files | mercurial/revlogutils/docket.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/revlogutils/docket.py Thu May 27 04:09:30 2021 +0200 +++ b/mercurial/revlogutils/docket.py Fri May 28 23:41:12 2021 +0200 @@ -145,7 +145,7 @@ return b"%s-%s.idx" % (self._radix, self._index_uuid) def data_filepath(self): - """file path to the current index file associated to this docket""" + """file path to the current data file associated to this docket""" # very simplistic version at first if self._data_uuid is None: self._data_uuid = make_uid()