mercurial/localrepo.py
branchstable
changeset 46351 085294a8c0e0
parent 46348 4a58561ace0f
child 46414 16c18d5e5dc8
child 46549 9842c00f0252
equal deleted inserted replaced
46350:e30ef4a36e1d 46351:085294a8c0e0
   598                     mismatch_config,
   598                     mismatch_config,
   599                     mismatch_warn,
   599                     mismatch_warn,
   600                 )
   600                 )
   601             elif mismatch_config == b'abort':
   601             elif mismatch_config == b'abort':
   602                 raise error.Abort(
   602                 raise error.Abort(
   603                     _(
   603                     _(b"share source does not support share-safe requirement"),
   604                         b"share source does not support exp-sharesafe requirement"
       
   605                     ),
       
   606                     hint=hint,
   604                     hint=hint,
   607                 )
   605                 )
   608             else:
   606             else:
   609                 raise error.Abort(
   607                 raise error.Abort(
   610                     _(
   608                     _(