comparison mercurial/localrepo.py @ 46351:085294a8c0e0 stable

share-safe: fix an abort message that references the experimental requirement Differential Revision: https://phab.mercurial-scm.org/D9851
author Matt Harbison <matt_harbison@yahoo.com>
date Thu, 21 Jan 2021 23:24:58 -0500
parents 4a58561ace0f
children 16c18d5e5dc8 9842c00f0252
comparison
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 _(