mercurial/localrepo.py
branchstable
changeset 46351 085294a8c0e0
parent 46348 4a58561ace0f
child 46414 16c18d5e5dc8
child 46549 9842c00f0252
--- a/mercurial/localrepo.py	Thu Jan 21 23:22:12 2021 -0500
+++ b/mercurial/localrepo.py	Thu Jan 21 23:24:58 2021 -0500
@@ -600,9 +600,7 @@
                 )
             elif mismatch_config == b'abort':
                 raise error.Abort(
-                    _(
-                        b"share source does not support exp-sharesafe requirement"
-                    ),
+                    _(b"share source does not support share-safe requirement"),
                     hint=hint,
                 )
             else: