Mercurial > evolve
diff tests/test-topic-rebase.t @ 2985:f63c97c01f92
topics/ui: signal when the topics command creates a new (empty) topic
author | Aurélien Campéas |
---|---|
date | Tue, 26 Sep 2017 12:29:15 +0200 |
parents | 4dd84054ebbb |
children | 62201935e1a7 |
line wrap: on
line diff
--- a/tests/test-topic-rebase.t Tue Sep 26 12:27:43 2017 +0200 +++ b/tests/test-topic-rebase.t Tue Sep 26 12:29:15 2017 +0200 @@ -40,6 +40,7 @@ Work on myfeature $ hg topic myfeature + marked working directory as topic: myfeature $ mkcommit feature1 $ hg stack ### topic: myfeature @@ -102,6 +103,7 @@ Update the common file in a topic $ hg topic myotherfeature + marked working directory as topic: myotherfeature $ echo "B" >> file $ hg commit -m "myotherfeature1"