tests/test-topic-shelve.t
changeset 4067 fb4801478d5d
parent 3769 1bc4b0807c37
--- a/tests/test-topic-shelve.t	Mon Sep 03 16:41:32 2018 +0200
+++ b/tests/test-topic-shelve.t	Mon Sep 03 17:07:36 2018 +0200
@@ -26,7 +26,7 @@
   $ hg stack
   ### topic: testing-shelve
   ### target: default (branch)
-  t1@ First commit (current)
+  s1@ First commit (current)
 
 shelve test
 -----------
@@ -39,7 +39,7 @@
   $ hg stack
   ### topic: testing-shelve
   ### target: default (branch)
-  t1@ First commit (current)
+  s1@ First commit (current)
 
 unshelve test
 -------------
@@ -50,4 +50,4 @@
   $ hg stack
   ### topic: testing-shelve
   ### target: default (branch)
-  t1@ First commit (current)
+  s1@ First commit (current)