comparison tests/test-share-safe.t @ 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
comparison
equal deleted inserted replaced
46350:e30ef4a36e1d 46351:085294a8c0e0
479 | 479 |
480 o f3ba8b99bb6f897c87bbc1c07b75c6ddf43a4f77: added foo 480 o f3ba8b99bb6f897c87bbc1c07b75c6ddf43a4f77: added foo
481 481
482 482
483 $ hg log -GT "{node}: {desc}\n" -R ../ss-share 483 $ hg log -GT "{node}: {desc}\n" -R ../ss-share
484 abort: share source does not support exp-sharesafe requirement 484 abort: share source does not support share-safe requirement
485 (see `hg help config.format.use-share-safe` for more information) 485 (see `hg help config.format.use-share-safe` for more information)
486 [255] 486 [255]
487 487
488 Testing automatic downgrade of shares when config is set 488 Testing automatic downgrade of shares when config is set
489 489