[Commented On] D10619: revlog: fix capitalisation of an error
baymax (Baymax, Your Personal Patch-care Companion)
phabricator at mercurial-scm.org
Tue May 4 01:55:59 UTC 2021
baymax added a comment.
baymax updated this revision to Diff 27534.
✅ refresh by Heptapod after a successful CI run (🐙 💚)
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D10619?vs=27396&id=27534
BRANCH
default
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D10619/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D10619
AFFECTED FILES
mercurial/revlog.py
CHANGE DETAILS
diff --git a/mercurial/revlog.py b/mercurial/revlog.py
--- a/mercurial/revlog.py
+++ b/mercurial/revlog.py
@@ -3192,7 +3192,7 @@
# rewriting entries that already have sidedata is not
# supported yet, because it introduces garbage data in the
# revlog.
- msg = b"Rewriting existing sidedata is not supported yet"
+ msg = b"rewriting existing sidedata is not supported yet"
raise error.Abort(msg)
# Apply (potential) flags to add and to remove after running
To: marmoute, indygreg, #hg-reviewers
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210504/9ee9172f/attachment-0002.html>
More information about the Mercurial-patches
mailing list