diff tests/test-topic-tutorial.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 30f6030dca8f
children 4746b92cc1f8
line wrap: on
line diff
--- a/tests/test-topic-tutorial.t	Tue Sep 26 12:27:43 2017 +0200
+++ b/tests/test-topic-tutorial.t	Tue Sep 26 12:29:15 2017 +0200
@@ -95,6 +95,7 @@
 within a topic. Creating a new topic is done using the ``topic`` command:
 
   $ hg topics food
+  marked working directory as topic: food
 
 Much like a named branch, our topic is active but it does not contain any
 changeset yet:
@@ -731,6 +732,7 @@
 tools to the shopping list within a new topic:
 
   $ hg topics tools
+  marked working directory as topic: tools
   $ echo hammer >> shopping
   $ hg commit -m 'Adding hammer'
 
@@ -748,6 +750,7 @@
   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
 
   $ hg topics drinks
+  marked working directory as topic: drinks
   $ echo 'apple juice' >> shopping
   $ hg commit -m 'Adding apple juice'