changeset 6327:eac8880c145e

tests: switch to double//slash branch in test-topic-flow-publish-bare.t This is to specifically test that future changes don't break anything when pushing to a server that publishes bare-branch changesets.
author Anton Shestakov <av6@dwimlabs.net>
date Tue, 04 Oct 2022 12:23:03 +0400
parents 80b996fbb9da
children bf8b9d6a14af
files tests/test-topic-flow-publish-bare.t
diffstat 1 files changed, 12 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-topic-flow-publish-bare.t	Fri Nov 11 17:49:49 2022 +0400
+++ b/tests/test-topic-flow-publish-bare.t	Tue Oct 04 12:23:03 2022 +0400
@@ -95,8 +95,8 @@
 
   $ hg update 'desc("ROOT")'
   0 files updated, 0 files merged, 2 files removed, 0 files unresolved
-  $ hg branch branchA
-  marked working directory as branch branchA
+  $ hg branch double//slash
+  marked working directory as branch double//slash
   (branches are permanent and global, did you want a bookmark?)
   $ mkcommit c_aE0
   $ hg push --new-branch
@@ -108,7 +108,7 @@
   adding file changes
   added 1 changesets with 1 changes to 1 files (+1 heads)
   $ hg tgl 'all()'
-  @  5:0db08e758601 c_aE0 public branchA
+  @  5:ffb83c22f2ce c_aE0 public double//slash
   |
   | o  4:9bf953aa81f6 c_dD0 public default
   | |
@@ -149,7 +149,7 @@
   |/
   o  1:134bc3852ad2 c_dA0 public default
   |
-  | o  5:0db08e758601 c_aE0 public branchA
+  | o  5:ffb83c22f2ce c_aE0 public double//slash
   |/
   o  0:ea207398892e ROOT public default
   
@@ -188,7 +188,7 @@
   |/
   o  1:134bc3852ad2 c_dA0 public default
   |
-  | o  5:0db08e758601 c_aE0 public branchA
+  | o  5:ffb83c22f2ce c_aE0 public double//slash
   |/
   o  0:ea207398892e ROOT public default
   
@@ -215,9 +215,9 @@
   adding file changes
   added 3 changesets with 3 changes to 3 files
   $ hg tgl 'all()'
-  @  11:b0a00ebdfd24 c_aK0 public branchA
+  @  11:a6836f5ce4fe c_aK0 public double//slash
   |
-  o  5:0db08e758601 c_aE0 public branchA
+  o  5:ffb83c22f2ce c_aE0 public double//slash
   |
   | o  10:abb5c84eb9e9 c_dJ0 draft default bar
   | |
@@ -278,9 +278,9 @@
   |/
   o  1:134bc3852ad2 c_dA0 public default
   |
-  | o  11:b0a00ebdfd24 c_aK0 public branchA
+  | o  11:a6836f5ce4fe c_aK0 public double//slash
   | |
-  | o  5:0db08e758601 c_aE0 public branchA
+  | o  5:ffb83c22f2ce c_aE0 public double//slash
   |/
   o  0:ea207398892e ROOT public default
   
@@ -305,9 +305,9 @@
   |/
   @  1:134bc3852ad2 c_dA0 public default
   |
-  | o  11:b0a00ebdfd24 c_aK0 public branchA
+  | o  11:a6836f5ce4fe c_aK0 public double//slash
   | |
-  | o  5:0db08e758601 c_aE0 public branchA
+  | o  5:ffb83c22f2ce c_aE0 public double//slash
   |/
   o  0:ea207398892e ROOT public default
   
@@ -342,7 +342,7 @@
 Checking the option to prevent automatic publishing
 ===================================================
 
-  $ hg up branchA
+  $ hg up double//slash
   2 files updated, 0 files merged, 5 files removed, 0 files unresolved
 
 Making sure the topic-publishing mode is announced as a capability