Mercurial > public > mercurial-scm > hg-stable
diff hgext/rebase.py @ 18644:3e92772d5383
spelling: fix some minor issues found by spell checker
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Sun, 10 Feb 2013 18:24:29 +0100 |
parents | 12de53323e59 |
children | 249b6b455e9b |
line wrap: on
line diff
--- a/hgext/rebase.py Fri Feb 08 23:26:00 2013 +0100 +++ b/hgext/rebase.py Sun Feb 10 18:24:29 2013 +0100 @@ -692,8 +692,8 @@ # If we have multiple roots, we may have "hole" in the rebase set. # Rebase roots that descend from those "hole" should not be detached as # other root are. We use the special `revignored` to inform rebase that - # the revision should be ignored but that `defineparent` should search - # a rebase destination that make sense regarding rebaset topology. + # the revision should be ignored but that `defineparents` should search + # a rebase destination that make sense regarding rebased topology. rebasedomain = set(repo.revs('%ld::%ld', rebaseset, rebaseset)) for ignored in set(rebasedomain) - set(rebaseset): state[ignored] = revignored