Mercurial > evolve
diff tests/test-topic-stack.t @ 4268:d5a2cc19903f
topics: improve the message around topic changing
The new message says 'cleared' when topic name is cleared, if we change to a new
topic name, it mentions the new topic name too.
author | Pulkit Goyal <pulkit@yandex-team.ru> |
---|---|
date | Mon, 26 Nov 2018 16:43:39 +0300 |
parents | fb4801478d5d |
children | 69fb9e41ce2b |
line wrap: on
line diff
--- a/tests/test-topic-stack.t Wed Nov 21 11:13:21 2018 +0000 +++ b/tests/test-topic-stack.t Mon Nov 26 16:43:39 2018 +0300 @@ -495,7 +495,7 @@ $ hg topic foobar -r 'desc(c_e) + desc(c_D)' switching to topic foobar 4 new orphan changesets - changed topic on 2 changes + changed topic on 2 changesets to "foobar" $ hg log -G @ 17 default {foobar} draft c_D |