Submitter | phabricator |
---|---|
Date | March 8, 2021, 11:45 p.m. |
Message ID | <differential-rev-PHID-DREV-z7c53l33vdlvvuornuqr-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/48445/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/localrepo.py b/mercurial/localrepo.py --- a/mercurial/localrepo.py +++ b/mercurial/localrepo.py @@ -568,7 +568,7 @@ # repository was shared the old way. We check the share source .hg/requires # for SHARESAFE_REQUIREMENT to detect whether the current repository needs # to be reshared - hint = _("see `hg help config.format.use-share-safe` for more information") + hint = _(b"see `hg help config.format.use-share-safe` for more information") if requirementsmod.SHARESAFE_REQUIREMENT in requirements: if (