tests/test-topic-stack.t
changeset 2985 f63c97c01f92
parent 2939 7759d040d48d
child 2986 4746b92cc1f8
--- a/tests/test-topic-stack.t	Tue Sep 26 12:27:43 2017 +0200
+++ b/tests/test-topic-stack.t	Tue Sep 26 12:29:15 2017 +0200
@@ -13,6 +13,7 @@
   $ hg init main
   $ cd main
   $ hg topic other
+  marked working directory as topic: other
   $ echo aaa > aaa
   $ hg add aaa
   $ hg commit -m c_a
@@ -238,6 +239,7 @@
   abort: cannot resolve "t2": no active topic
   [255]
   $ hg topic foo
+  marked working directory as topic: foo
   $ hg up t42
   abort: cannot resolve "t42": topic "foo" has only 4 changesets
   [255]
@@ -568,6 +570,7 @@
   $ hg commit -Am 'c_A'
   adding aaa
   $ hg topic red
+  marked working directory as topic: red
   $ echo bbb > bbb
   $ hg commit -Am 'c_B'
   adding bbb