[Updated] D10865: nodemap: fix some comment formatting
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Mon Jun 21 15:15:30 UTC 2021
Closed by commit rHGf70ca39d0ab8: nodemap: fix some comment formatting (authored by marmoute).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D10865?vs=28565&id=28659
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D10865/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D10865
AFFECTED FILES
mercurial/revlogutils/nodemap.py
CHANGE DETAILS
diff --git a/mercurial/revlogutils/nodemap.py b/mercurial/revlogutils/nodemap.py
--- a/mercurial/revlogutils/nodemap.py
+++ b/mercurial/revlogutils/nodemap.py
@@ -133,7 +133,7 @@
def delete_nodemap(tr, repo, revlog):
- """ Delete nodemap data on disk for a given revlog"""
+ """Delete nodemap data on disk for a given revlog"""
if revlog._nodemap_file is None:
msg = "calling persist nodemap on a revlog without the feature enabled"
raise error.ProgrammingError(msg)
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/20210621/4a0fc403/attachment-0002.html>
More information about the Mercurial-patches
mailing list