[Commented On] D10786: revlog: fix docket.date_filepath docstring

baymax (Baymax, Your Personal Patch-care Companion) phabricator at mercurial-scm.org
Wed Jun 2 03:11:51 UTC 2021


baymax added a comment.
baymax updated this revision to Diff 28396.


  ✅ refresh by Heptapod after a successful CI run (🐙 💚)

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D10786?vs=28299&id=28396

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://mercurial-scm.org/pipermail/mercurial-patches/attachments/20210602/7d205b1a/attachment.html>


More information about the Mercurial-patches mailing list