diff tests/test-topic-shelve.t @ 2997:a61634f52742

topic: try to clarify the "branch" part in stack The idea is to clarify the meaning of "behind" with using the "target" word.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sun, 24 Sep 2017 11:30:14 +0200
parents 62201935e1a7
children f43a310c4338
line wrap: on
line diff
--- a/tests/test-topic-shelve.t	Tue Sep 26 13:01:21 2017 +0200
+++ b/tests/test-topic-shelve.t	Sun Sep 24 11:30:14 2017 +0200
@@ -24,7 +24,7 @@
   $ echo " World" >> a
   $ hg stack
   ### topic: testing-shelve
-  ### branch: default
+  ### target: default (branch)
   t1@ First commit (current)
 
 shelve test
@@ -37,7 +37,7 @@
    * testing-shelve
   $ hg stack
   ### topic: testing-shelve
-  ### branch: default
+  ### target: default (branch)
   t1@ First commit (current)
 
 unshelve test
@@ -48,5 +48,5 @@
    * testing-shelve
   $ hg stack
   ### topic: testing-shelve
-  ### branch: default
+  ### target: default (branch)
   t1@ First commit (current)