diff -r 604ddf1e1a8e -r ddf28837f5af tests/test-topic-shelve.t --- a/tests/test-topic-shelve.t Tue Jul 25 15:17:52 2017 +0200 +++ b/tests/test-topic-shelve.t Wed Sep 27 01:18:39 2017 +0200 @@ -13,16 +13,18 @@ $ touch a $ echo "Hello" >> a $ hg topic "testing-shelve" + marked working directory as topic: testing-shelve $ hg topic * testing-shelve $ hg ci -m "First commit" -A adding a + active topic 'testing-shelve' grew its first changeset $ hg topic * testing-shelve $ echo " World" >> a $ hg stack ### topic: testing-shelve - ### branch: default + ### target: default (branch) t1@ First commit (current) shelve test @@ -35,7 +37,7 @@ * testing-shelve $ hg stack ### topic: testing-shelve - ### branch: default + ### target: default (branch) t1@ First commit (current) unshelve test @@ -46,5 +48,5 @@ * testing-shelve $ hg stack ### topic: testing-shelve - ### branch: default + ### target: default (branch) t1@ First commit (current)