tests/test-topic-rebase.t
branchmercurial-4.3
changeset 3418 85cdce113c2c
parent 3102 6604d96fc73c
parent 3397 f7129e3d5a38
child 3936 537fd9a86c06
--- a/tests/test-topic-rebase.t	Sat Dec 16 23:40:39 2017 +0100
+++ b/tests/test-topic-rebase.t	Tue Jan 16 04:35:34 2018 +0100
@@ -28,7 +28,7 @@
   >    hg ci -m "add $1" $2 $3
   > }
   $ logtopic() {
-  >    hg log -G -T "{rev}:{node}\ntopics: {topics}" 
+  >    hg log -G -T "{rev}:{node}\ntopics: {topic}" 
   > }
 
 Check that rebase keep the topic in the simple case (1 changeset, no merge conflict)
@@ -101,6 +101,7 @@
   $ echo "A" > file
   $ hg commit -A -m "default2" file
   created new head
+  (consider using topic for lightweight branches. See 'hg help topic')
 
 Update the common file in a topic
   $ hg topic myotherfeature