Mercurial > public > mercurial-scm > hg
diff mercurial/obsolete.py @ 20549:2025315cfb0c
comments: fix minor spelling issues found with spell checker
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Thu, 20 Feb 2014 02:39:01 +0100 |
parents | 2158e8f3cbd2 |
children | 224a058f7cd1 |
line wrap: on
line diff
--- a/mercurial/obsolete.py Sat Feb 15 01:23:12 2014 +0100 +++ b/mercurial/obsolete.py Thu Feb 20 02:39:01 2014 +0100 @@ -766,7 +766,7 @@ def _computebumpedset(repo): """the set of revs trying to obsolete public revisions""" bumped = set() - # utils function (avoid attribut lookup in the loop) + # utils function (avoid attribute lookup in the loop) phase = repo._phasecache.phase # would be faster to grab the full list public = phases.public cl = repo.changelog