Mercurial > evolve
comparison 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 |
comparison
equal
deleted
inserted
replaced
4267:18ed2a237ab5 | 4268:d5a2cc19903f |
---|---|
493 | 493 |
494 Changing topics on some commits in between | 494 Changing topics on some commits in between |
495 $ hg topic foobar -r 'desc(c_e) + desc(c_D)' | 495 $ hg topic foobar -r 'desc(c_e) + desc(c_D)' |
496 switching to topic foobar | 496 switching to topic foobar |
497 4 new orphan changesets | 497 4 new orphan changesets |
498 changed topic on 2 changes | 498 changed topic on 2 changesets to "foobar" |
499 $ hg log -G | 499 $ hg log -G |
500 @ 17 default {foobar} draft c_D | 500 @ 17 default {foobar} draft c_D |
501 | | 501 | |
502 | * 16 default {foobar} draft c_e | 502 | * 16 default {foobar} draft c_e |
503 | | | 503 | | |