Submitter | phabricator |
---|---|
Date | May 28, 2021, 10:58 p.m. |
Message ID | <differential-rev-PHID-DREV-26fs3ohd5wlfs2vxqqfa-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/49103/ |
State | Superseded |
Headers | show |
Comments
Patch
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()