tests/test-topic-tutorial.t
changeset 3027 b220e2f5ebd5
parent 3021 5f4c42d4f2e8
child 3060 f43a310c4338
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 .