D9288: share: fix a typo in a safe share error message

mharbison72 (Matt Harbison) phabricator at mercurial-scm.org
Tue Nov 10 00:10:02 UTC 2020


mharbison72 created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.

REPOSITORY
  rHG Mercurial

BRANCH
  default

REVISION DETAIL
  https://phab.mercurial-scm.org/D9288

AFFECTED FILES
  mercurial/commands.py

CHANGE DETAILS

diff --git a/mercurial/commands.py b/mercurial/commands.py
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -2230,7 +2230,7 @@
                 if requirements.SHARESAFE_REQUIREMENT not in repo.requirements:
                     raise error.InputError(
                         _(
-                            b"share safe feature not unabled; "
+                            b"share safe feature not enabled; "
                             b"unable to edit shared source repository config"
                         )
                     )



To: mharbison72, #hg-reviewers
Cc: mercurial-patches, mercurial-devel


More information about the Mercurial-devel mailing list