--- a/hgext3rd/evolve/obshistory.py Thu Nov 28 11:37:56 2019 +0700
+++ b/hgext3rd/evolve/obshistory.py Thu Nov 28 11:41:17 2019 +0700
@@ -836,7 +836,7 @@
def _getobsfateandsuccs(repo, revnode, successorssets=None):
""" Return a tuple containing:
- - the reason a revision is obsolete (diverged, pruned or superseed)
+ - the reason a revision is obsolete (diverged, pruned or superseded)
- the list of successors short node if the revision is neither pruned
or has diverged
"""
--- a/tests/test-push-checkheads-pruned-B6.t Thu Nov 28 11:37:56 2019 +0700
+++ b/tests/test-push-checkheads-pruned-B6.t Thu Nov 28 11:41:17 2019 +0700
@@ -9,7 +9,7 @@
This case is part of a series of tests checking this behavior.
Category B: simple case involving pruned changesets
-TestCase 6: single changesets, pruned then superseeded (on a new changeset)
+TestCase 6: single changesets, pruned then superseded (on a new changeset)
.. old-state:
..
--- a/tests/test-push-checkheads-pruned-B7.t Thu Nov 28 11:37:56 2019 +0700
+++ b/tests/test-push-checkheads-pruned-B7.t Thu Nov 28 11:41:17 2019 +0700
@@ -9,7 +9,7 @@
This case is part of a series of tests checking this behavior.
Category B: simple case involving pruned changesets
-TestCase 7: single changesets, pruned then superseeded (on an existing changeset)
+TestCase 7: single changesets, pruned then superseded (on an existing changeset)
.. old-state:
..
--- a/tests/test-push-checkheads-unpushed-D6.t Thu Nov 28 11:37:56 2019 +0700
+++ b/tests/test-push-checkheads-unpushed-D6.t Thu Nov 28 11:41:17 2019 +0700
@@ -9,7 +9,7 @@
This case is part of a series of tests checking this behavior.
Category D: remote head is "obs-affected" locally, but result is not part of the push
-TestCase 6: single changeset, superseeded then pruned (on a new changeset unpushed) changeset
+TestCase 6: single changeset, superseded then pruned (on a new changeset unpushed) changeset
This is a partial push variation of case B-6
--- a/tests/test-push-checkheads-unpushed-D7.t Thu Nov 28 11:37:56 2019 +0700
+++ b/tests/test-push-checkheads-unpushed-D7.t Thu Nov 28 11:41:17 2019 +0700
@@ -9,7 +9,7 @@
This case is part of a series of tests checking this behavior.
Category D: remote head is "obs-affected" locally, but result is not part of the push
-TestCase 7: single changesets, superseeded multiple time then pruned (on a new changeset unpushed) changeset
+TestCase 7: single changesets, superseded multiple time then pruned (on a new changeset unpushed) changeset
This is a partial push variation of B6