Mercurial > public > mercurial-scm > hg-stable
diff mercurial/revlog.py @ 17483:fe3b26048140
spelling: descendants
author | timeless@mozdev.org |
---|---|
date | Fri, 17 Aug 2012 13:58:18 -0700 |
parents | 3ac9592b7ab4 |
children | 31f32a96e1e3 |
line wrap: on
line diff
--- a/mercurial/revlog.py Fri Aug 17 13:58:18 2012 -0700 +++ b/mercurial/revlog.py Fri Aug 17 13:58:18 2012 -0700 @@ -547,7 +547,7 @@ # Our topologically sorted list of output nodes. orderedout = [] # Don't start at nullid since we don't want nullid in our output list, - # and if nullid shows up in descedents, empty parents will look like + # and if nullid shows up in descendants, empty parents will look like # they're descendants. for r in xrange(max(lowestrev, 0), highestrev + 1): n = self.node(r)