[Commented On] D10786: revlog: fix docket.date_filepath docstring
baymax (Baymax, Your Personal Patch-care Companion)
phabricator at mercurial-scm.org
Fri Jun 4 13:55:04 UTC 2021
baymax added a comment.
baymax updated this revision to Diff 28445.
✅ refresh by Heptapod after a successful CI run (🐙 💚)
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D10786?vs=28396&id=28445
BRANCH
default
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://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210604/79565aac/attachment-0002.html>
More information about the Mercurial-patches
mailing list