comparison tests/test-topic-tutorial.t @ 3027:b220e2f5ebd5

topic: update the topic-mode hint The hint is now shorter and reference the documentation. That should provide more concise output with more details for user who seeks it.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sun, 01 Oct 2017 09:10:48 +0100
parents 5f4c42d4f2e8
children f43a310c4338
comparison
equal deleted inserted replaced
3026:e9935c2c4672 3027:b220e2f5ebd5
712 Once enforcement is turned on. New local commit will be denied if no topic is active. 712 Once enforcement is turned on. New local commit will be denied if no topic is active.
713 713
714 $ echo sickle >> shopping 714 $ echo sickle >> shopping
715 $ hg commit -m 'Adding sickle' 715 $ hg commit -m 'Adding sickle'
716 abort: no active topic 716 abort: no active topic
717 (set a current topic or use '--config experimental.topic-mode=off' to commit without a topic) 717 (see 'hg help -e topic.topic-mode' for details)
718 [255] 718 [255]
719 719
720 Ok, let's clean this up and delve into multiple topics. 720 Ok, let's clean this up and delve into multiple topics.
721 721
722 $ hg revert . 722 $ hg revert .