[Updated] D10786: revlog: fix docket.date_filepath docstring
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Mon Jun 7 09:23:11 UTC 2021
Closed by commit rHGbcf92bdc2bca: revlog: fix docket.date_filepath docstring (authored by marmoute).
This revision was automatically updated to reflect the committed changes.
This revision was not accepted when it landed; it landed in state "Needs Review".
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D10786?vs=28445&id=28489
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D10786/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D10786
AFFECTED FILES
mercurial/revlogutils/docket.py
CHANGE DETAILS
diff --git a/mercurial/revlogutils/docket.py b/mercurial/revlogutils/docket.py
--- a/mercurial/revlogutils/docket.py
+++ b/mercurial/revlogutils/docket.py
@@ -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()
To: marmoute, #hg-reviewers, Alphare
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20210607/bab9fe28/attachment.html>
More information about the Mercurial-patches
mailing list