changeset 6380:130ad27064bc

tests: update headers in test-stack-branch.t This isn't test-topic-stack.t.
author Anton Shestakov <av6@dwimlabs.net>
date Mon, 09 Jan 2023 19:44:49 +0400
parents c5848d8b664d
children 60daa7887c49
files tests/test-stack-branch.t
diffstat 1 files changed, 12 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-stack-branch.t	Tue Jan 03 15:58:51 2023 +0400
+++ b/tests/test-stack-branch.t	Mon Jan 09 19:44:49 2023 +0400
@@ -57,7 +57,7 @@
   $ hg log -r 5 -T '{rev}: {join(extras, " ")}\n'
   5: branch=foo//bar
 
-Check that topic without any parent does not crash --list
+Check that branch without any parent does not crash stack
 ---------------------------------------------------------
 
   $ hg up double//slash//
@@ -73,7 +73,7 @@
 Simple test
 -----------
 
-'hg stack' list all changeset in the topic
+'hg stack' lists all changeset on the branch
 
   $ hg branch
   foo//bar
@@ -92,7 +92,7 @@
   s1(da14ac95d156): c_c
   s0(2450a061c0f0)^ c_b (base)
 
-Test "t#" reference
+Test "s#" reference
 -------------------
 
   $ hg up s2
@@ -160,8 +160,8 @@
   4 foo//bar {} draft c_e
   5 foo//bar {} draft c_f
 
-Case with multiple heads on the topic
--------------------------------------
+Case with multiple heads on the branch
+--------------------------------------
 
 Make things linear again
 
@@ -182,7 +182,7 @@
   o  0 double//slash {} public c_a
   
 
-Create the second branch
+Create the second head
 
   $ hg up 'desc(c_d)'
   0 files updated, 0 files merged, 0 files removed, 0 files unresolved
@@ -225,8 +225,8 @@
   s1: c_c
   s0^ c_b (base)
 
-Case with multiple heads on the topic with instability involved
----------------------------------------------------------------
+Case with multiple heads on the branch with instability involved
+----------------------------------------------------------------
 
 We amend the message to make sure the display base pick the right changeset
 
@@ -269,8 +269,8 @@
   s1: c_c
   s0^ c_b (base)
 
-Check that stack doesn't show draft changesets on a branch
-----------------------------------------------------------
+Check that stack doesn't show public changesets on a branch
+-----------------------------------------------------------
 
   $ hg log --graph
   o  13 foo//bar {} draft c_h
@@ -313,8 +313,8 @@
   s1@ c_D (current)
   s0^ c_c (base)
 
-Check that stack doesn't show changeset with a topic
-----------------------------------------------------
+Check that stack doesn't show changesets with a topic
+-----------------------------------------------------
 
   $ hg topic --rev s4::s5 sometopic
   changed topic on 2 changesets to "sometopic"