Mercurial > hg
changeset 49168:5996640fc6fe
tests: fix misspelling of supersede
Differential Revision: https://phab.mercurial-scm.org/D12589
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Wed, 27 Apr 2022 19:45:19 +0400 |
parents | 7af798e497f5 |
children | 06107198f95b |
files | tests/test-push-checkheads-partial-C1.t tests/test-push-checkheads-partial-C2.t tests/test-push-checkheads-pruned-B2.t tests/test-push-checkheads-pruned-B3.t tests/test-push-checkheads-pruned-B5.t tests/test-push-checkheads-pruned-B8.t tests/test-push-checkheads-superceed-A1.t tests/test-push-checkheads-superceed-A2.t tests/test-push-checkheads-superceed-A3.t tests/test-push-checkheads-superceed-A4.t tests/test-push-checkheads-superceed-A5.t tests/test-push-checkheads-superceed-A6.t tests/test-push-checkheads-superceed-A7.t tests/test-push-checkheads-superceed-A8.t tests/test-push-checkheads-unpushed-D4.t tests/test-push-checkheads-unpushed-D5.t |
diffstat | 16 files changed, 24 insertions(+), 24 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-push-checkheads-partial-C1.t Tue Apr 26 09:06:30 2022 -0700 +++ b/tests/test-push-checkheads-partial-C1.t Wed Apr 27 19:45:19 2022 +0400 @@ -17,7 +17,7 @@ .. .. new-state: .. -.. * 1 new changesets branches superceeding only the head of the old one +.. * 1 new changesets branches superseding only the head of the old one .. * base of the old branch is still alive .. .. expected-result:
--- a/tests/test-push-checkheads-partial-C2.t Tue Apr 26 09:06:30 2022 -0700 +++ b/tests/test-push-checkheads-partial-C2.t Wed Apr 27 19:45:19 2022 +0400 @@ -17,7 +17,7 @@ .. .. new-state: .. -.. * 1 new changesets branches superceeding only the base of the old one +.. * 1 new changesets branches superseding only the base of the old one .. * The old branch is still alive (base is obsolete, head is alive) .. .. expected-result:
--- a/tests/test-push-checkheads-pruned-B2.t Tue Apr 26 09:06:30 2022 -0700 +++ b/tests/test-push-checkheads-pruned-B2.t Wed Apr 27 19:45:19 2022 +0400 @@ -9,7 +9,7 @@ This case is part of a series of tests checking this behavior. Category B: simple case involving pruned changesets -TestCase 2: multi-changeset branch, head is pruned, rest is superceeded +TestCase 2: multi-changeset branch, head is pruned, rest is superseded .. old-state: ..
--- a/tests/test-push-checkheads-pruned-B3.t Tue Apr 26 09:06:30 2022 -0700 +++ b/tests/test-push-checkheads-pruned-B3.t Wed Apr 27 19:45:19 2022 +0400 @@ -9,7 +9,7 @@ This case is part of a series of tests checking this behavior. Category B: simple case involving pruned changesets -TestCase 3: multi-changeset branch, other is pruned, rest is superceeded +TestCase 3: multi-changeset branch, other is pruned, rest is superseded .. old-state: .. @@ -17,7 +17,7 @@ .. .. new-state: .. -.. * old head is superceeded +.. * old head is superseded .. * old other is pruned .. .. expected-result:
--- a/tests/test-push-checkheads-pruned-B5.t Tue Apr 26 09:06:30 2022 -0700 +++ b/tests/test-push-checkheads-pruned-B5.t Wed Apr 27 19:45:19 2022 +0400 @@ -9,7 +9,7 @@ This case is part of a series of tests checking this behavior. Category B: simple case involving pruned changesets -TestCase 5: multi-changeset branch, mix of pruned and superceeded +TestCase 5: multi-changeset branch, mix of pruned and superseded .. old-state: .. @@ -18,7 +18,7 @@ .. new-state: .. .. * old head is pruned -.. * old mid is superceeded +.. * old mid is superseded .. * old root is pruned .. .. expected-result:
--- a/tests/test-push-checkheads-pruned-B8.t Tue Apr 26 09:06:30 2022 -0700 +++ b/tests/test-push-checkheads-pruned-B8.t Wed Apr 27 19:45:19 2022 +0400 @@ -9,7 +9,7 @@ This case is part of a series of tests checking this behavior. Category B: simple case involving pruned changesets -TestCase 2: multi-changeset branch, head is pruned, rest is superceeded, through other +TestCase 2: multi-changeset branch, head is pruned, rest is superseded, through other .. old-state: ..
--- a/tests/test-push-checkheads-superceed-A1.t Tue Apr 26 09:06:30 2022 -0700 +++ b/tests/test-push-checkheads-superceed-A1.t Wed Apr 27 19:45:19 2022 +0400 @@ -8,7 +8,7 @@ This case is part of a series of tests checking this behavior. -Category A: simple case involving a branch being superceeded by another. +Category A: simple case involving a branch being superseded by another. TestCase 1: single-changeset branch .. old-state:
--- a/tests/test-push-checkheads-superceed-A2.t Tue Apr 26 09:06:30 2022 -0700 +++ b/tests/test-push-checkheads-superceed-A2.t Wed Apr 27 19:45:19 2022 +0400 @@ -8,7 +8,7 @@ This case is part of a series of tests checking this behavior. -Category A: simple case involving a branch being superceeded by another. +Category A: simple case involving a branch being superseded by another. TestCase 2: multi-changeset branch .. old-state:
--- a/tests/test-push-checkheads-superceed-A3.t Tue Apr 26 09:06:30 2022 -0700 +++ b/tests/test-push-checkheads-superceed-A3.t Wed Apr 27 19:45:19 2022 +0400 @@ -8,7 +8,7 @@ This case is part of a series of tests checking this behavior. -Category A: simple case involving a branch being superceeded by another. +Category A: simple case involving a branch being superseded by another. TestCase 3: multi-changeset branch with reordering Push should be allowed
--- a/tests/test-push-checkheads-superceed-A4.t Tue Apr 26 09:06:30 2022 -0700 +++ b/tests/test-push-checkheads-superceed-A4.t Wed Apr 27 19:45:19 2022 +0400 @@ -8,7 +8,7 @@ This case is part of a series of tests checking this behavior. -Category A: simple case involving a branch being superceeded by another. +Category A: simple case involving a branch being superseded by another. TestCase 4: New changeset as children of the successor .. old-state:
--- a/tests/test-push-checkheads-superceed-A5.t Tue Apr 26 09:06:30 2022 -0700 +++ b/tests/test-push-checkheads-superceed-A5.t Wed Apr 27 19:45:19 2022 +0400 @@ -8,7 +8,7 @@ This case is part of a series of tests checking this behavior. -Category A: simple case involving a branch being superceeded by another. +Category A: simple case involving a branch being superseded by another. TestCase 5: New changeset as parent of the successor .. old-state:
--- a/tests/test-push-checkheads-superceed-A6.t Tue Apr 26 09:06:30 2022 -0700 +++ b/tests/test-push-checkheads-superceed-A6.t Wed Apr 27 19:45:19 2022 +0400 @@ -8,7 +8,7 @@ This case is part of a series of tests checking this behavior. -Category A: simple case involving a branch being superceeded by another. +Category A: simple case involving a branch being superseded by another. TestCase 6: multi-changeset branch, split on multiple other, (base on its own branch), same number of head .. old-state: @@ -17,8 +17,8 @@ .. .. new-state: .. -.. * 1 new branch superceeding the base of the old-2-changesets-branch, -.. * 1 new changesets on the old-1-changeset-branch superceeding the head of the other +.. * 1 new branch superseding the base of the old-2-changesets-branch, +.. * 1 new changesets on the old-1-changeset-branch superseding the head of the other .. .. expected-result: ..
--- a/tests/test-push-checkheads-superceed-A7.t Tue Apr 26 09:06:30 2022 -0700 +++ b/tests/test-push-checkheads-superceed-A7.t Wed Apr 27 19:45:19 2022 +0400 @@ -8,7 +8,7 @@ This case is part of a series of tests checking this behavior. -Category A: simple case involving a branch being superceeded by another. +Category A: simple case involving a branch being superseded by another. TestCase 7: multi-changeset branch, split on multiple other, (head on its own branch), same number of head .. old-state: @@ -17,8 +17,8 @@ .. .. new-state: .. -.. * 1 new branch superceeding the head of the old-2-changesets-branch, -.. * 1 new changesets on the old-1-changeset-branch superceeding the base of the other +.. * 1 new branch superseding the head of the old-2-changesets-branch, +.. * 1 new changesets on the old-1-changeset-branch superseding the base of the other .. .. expected-result: ..
--- a/tests/test-push-checkheads-superceed-A8.t Tue Apr 26 09:06:30 2022 -0700 +++ b/tests/test-push-checkheads-superceed-A8.t Wed Apr 27 19:45:19 2022 +0400 @@ -8,7 +8,7 @@ This case is part of a series of tests checking this behavior. -Category A: simple case involving a branch being superceeded by another. +Category A: simple case involving a branch being superseded by another. TestCase 8: single-changeset branch indirect rewrite .. old-state:
--- a/tests/test-push-checkheads-unpushed-D4.t Tue Apr 26 09:06:30 2022 -0700 +++ b/tests/test-push-checkheads-unpushed-D4.t Wed Apr 27 19:45:19 2022 +0400 @@ -17,8 +17,8 @@ .. .. new-state: .. -.. * 1 new branch superceeding the base of the old-2-changesets-branch, -.. * 1 new changesets on the old-1-changeset-branch superceeding the head of the other +.. * 1 new branch superseding the base of the old-2-changesets-branch, +.. * 1 new changesets on the old-1-changeset-branch superseding the head of the other .. .. expected-result: ..
--- a/tests/test-push-checkheads-unpushed-D5.t Tue Apr 26 09:06:30 2022 -0700 +++ b/tests/test-push-checkheads-unpushed-D5.t Wed Apr 27 19:45:19 2022 +0400 @@ -17,8 +17,8 @@ .. .. new-state: .. -.. * 1 new branch superceeding the head of the old-2-changesets-branch, -.. * 1 new changesets on the old-1-changeset-branch superceeding the base of the other +.. * 1 new branch superseding the head of the old-2-changesets-branch, +.. * 1 new changesets on the old-1-changeset-branch superseding the base of the other .. .. expected-result: ..