Mercurial > public > mercurial-scm > hg-stable
diff mercurial/graphmod.py @ 24180:d8e0c591781c
spelling: fixes from proofreading of spell checker issues
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Sun, 18 Jan 2015 02:38:57 +0100 |
parents | 3f86fe9bcef0 |
children | 69751804f2f5 |
line wrap: on
line diff
--- a/mercurial/graphmod.py Fri Feb 27 21:42:58 2015 +0100 +++ b/mercurial/graphmod.py Sun Jan 18 02:38:57 2015 +0100 @@ -122,7 +122,7 @@ heappush(pendingheap, -currentrev) pendingset.add(currentrev) # iterates on pending rev until after the current rev have been - # processeed. + # processed. rev = None while rev != currentrev: rev = -heappop(pendingheap)