##// END OF EJS Templates
localrepo: fix a UI string to be bytes...
Matt Harbison -
r47411:25392c48 stable
parent child Browse files
Show More
@@ -568,7 +568,7 b' def makelocalrepository(baseui, path, in'
568 # repository was shared the old way. We check the share source .hg/requires
568 # repository was shared the old way. We check the share source .hg/requires
569 # for SHARESAFE_REQUIREMENT to detect whether the current repository needs
569 # for SHARESAFE_REQUIREMENT to detect whether the current repository needs
570 # to be reshared
570 # to be reshared
571 hint = _("see `hg help config.format.use-share-safe` for more information")
571 hint = _(b"see `hg help config.format.use-share-safe` for more information")
572 if requirementsmod.SHARESAFE_REQUIREMENT in requirements:
572 if requirementsmod.SHARESAFE_REQUIREMENT in requirements:
573
573
574 if (
574 if (
General Comments 0
You need to be logged in to leave comments. Login now