diff -r bbf544b5f2e9 -r 1aee2ab0f902 hgext/rebase.py --- 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