hgext/rebase.py
changeset 26781 1aee2ab0f902
parent 26748 5ba0a99ff27f
child 26811 d1561a422748
--- a/hgext/rebase.py	Wed Oct 14 03:30:27 2015 -0400
+++ b/hgext/rebase.py	Sat Oct 17 00:58:46 2015 +0200
@@ -198,8 +198,8 @@
     originalwd = target = None
     activebookmark = None
     external = nullrev
-    # Mapping between thes old revision id and either what is the new rebased
-    # revision or what needs to be done with the old revsion. The state dict
+    # Mapping between the old revision id and either what is the new rebased
+    # revision or what needs to be done with the old revision. The state dict
     # will be what contains most of the rebase progress state.
     state = {}
     skipped = set()
@@ -1172,7 +1172,7 @@
     rebased that have a successors in the destination"""
     obsoletenotrebased = {}
 
-    # Build a mapping succesor => obsolete nodes for the obsolete
+    # Build a mapping successor => obsolete nodes for the obsolete
     # nodes to be rebased
     allsuccessors = {}
     cl = repo.changelog