##// END OF EJS Templates
spelling: descendants
timeless@mozdev.org -
r17483:fe3b2604 default
parent child Browse files
Show More
@@ -547,7 +547,7 b' class revlog(object):'
547 # Our topologically sorted list of output nodes.
547 # Our topologically sorted list of output nodes.
548 orderedout = []
548 orderedout = []
549 # Don't start at nullid since we don't want nullid in our output list,
549 # Don't start at nullid since we don't want nullid in our output list,
550 # and if nullid shows up in descedents, empty parents will look like
550 # and if nullid shows up in descendants, empty parents will look like
551 # they're descendants.
551 # they're descendants.
552 for r in xrange(max(lowestrev, 0), highestrev + 1):
552 for r in xrange(max(lowestrev, 0), highestrev + 1):
553 n = self.node(r)
553 n = self.node(r)
General Comments 0
You need to be logged in to leave comments. Login now