diff tests/test-single-head-obsolescence-topic-B3.t @ 6080:8cc7732a29bf

tests: fix copypaste errors in single-head-obsolescence tests
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 10 Nov 2021 20:28:02 +0300
parents 144d10e74757
children d1a6d83a7109
line wrap: on
line diff
--- a/tests/test-single-head-obsolescence-topic-B3.t	Wed Oct 27 13:29:22 2021 +0530
+++ b/tests/test-single-head-obsolescence-topic-B3.t	Wed Nov 10 20:28:02 2021 +0300
@@ -1,5 +1,5 @@
 =========================================
-Testing single head enforcement: Case A-3
+Testing single head enforcement: Case B-3
 =========================================
 
 A repository is set to only accept a single head per name (typically named
@@ -10,17 +10,17 @@
 This case is part of a series of tests checking this behavior.
 
 Category B: Involving obsolescence with topic
-TestCase 3: Full supersedig of a branch interleaved with another
+TestCase 3: Full superseding of a branch interleaved with another
 
 .. old-state:
 ..
-.. * 2 changeset changeset on topic Y
-.. * 2 changeset changeset on topic X interleaved with the other
+.. * 2 changesets on topic Y
+.. * 2 changesets on topic X interleaved with the other
 ..
 .. new-state:
 ..
-.. * 2 changeset changeset on topic X at the same location
-.. * 2 changeset changeset on topic Y superseding the other ones
+.. * 2 changesets on topic X at the same location
+.. * 2 changesets on topic Y superseding the other ones
 ..
 .. expected-result:
 ..
@@ -78,11 +78,11 @@
   marked working directory as topic: topic-X
   $ mkcommit A1
   $ mkcommit C1
-  $ hg debugobsolete `getid "desc(A0)" ` `getid "desc(A1)"`
+  $ hg debugobsolete `getid "desc(A0)"` `getid "desc(A1)"`
   1 new obsolescence markers
   obsoleted 1 changesets
   3 new orphan changesets
-  $ hg debugobsolete `getid "desc(C0)" ` `getid "desc(C1)"`
+  $ hg debugobsolete `getid "desc(C0)"` `getid "desc(C1)"`
   1 new obsolescence markers
   obsoleted 1 changesets
   $ hg log -G --hidden