comparison tests/test-topic-tutorial.t @ 2984:30f6030dca8f

topics: signal to the end user when a topic has been forgotten Situation is: * we're updating outside an empty topic. * we've cleared topics
author Aurélien Campéas
date Tue, 26 Sep 2017 12:27:43 +0200
parents f91f780cb2e6
children f63c97c01f92
comparison
equal deleted inserted replaced
2983:c0de0010ec30 2984:30f6030dca8f
679 679
680 If we update to the *default* head, we will leave the topic behind, 680 If we update to the *default* head, we will leave the topic behind,
681 and since it is commit-less, it will vanish. 681 and since it is commit-less, it will vanish.
682 682
683 $ hg update default 683 $ hg update default
684 clearing empty topic "food"
684 0 files updated, 0 files merged, 0 files removed, 0 files unresolved 685 0 files updated, 0 files merged, 0 files removed, 0 files unresolved
685 686
686 From there, the topic has vanished. 687 From there, the topic has been completely forgotten.
687 688
688 $ hg topics 689 $ hg topics
689 690
690 691
691 Keep working within topics 692 Keep working within topics