Mercurial > evolve
diff tests/test-topic-stack-data.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 | 7759d040d48d |
children | 62201935e1a7 |
line wrap: on
line diff
--- a/tests/test-topic-stack-data.t Tue Sep 26 12:27:43 2017 +0200 +++ b/tests/test-topic-stack-data.t Tue Sep 26 12:29:15 2017 +0200 @@ -54,6 +54,7 @@ $ hg up 'desc(base_c)' 2 files updated, 0 files merged, 2 files removed, 0 files unresolved $ hg topic baz + marked working directory as topic: baz $ mkcommit baz_a $ mkcommit baz_b @@ -62,6 +63,7 @@ $ hg up 'desc(base_d)' 1 files updated, 0 files merged, 2 files removed, 0 files unresolved $ hg topic fuz + marked working directory as topic: fuz $ mkcommit fuz_a $ mkcommit fuz_b $ mkcommit fuz_c @@ -74,6 +76,7 @@ $ hg up 'desc(base_e)' 1 files updated, 0 files merged, 1 files removed, 0 files unresolved $ hg topic bar + marked working directory as topic: bar $ mkcommit bar_a $ mkcommit bar_b $ mkcommit bar_c @@ -90,6 +93,7 @@ $ hg up 'desc(lake_a)' 1 files updated, 0 files merged, 7 files removed, 0 files unresolved $ hg topic foo + marked working directory as topic: foo $ mkcommit foo_a $ mkcommit foo_b