changeset 8163 | 62d7287fe6b0 |
parent 8153 | 616f20e1004a |
child 8225 | 46293a0c7e9f |
--- a/mercurial/revlog.py Wed Apr 15 10:33:58 2009 -0500 +++ b/mercurial/revlog.py Sat Apr 25 22:25:49 2009 +0200 @@ -678,7 +678,7 @@ # find from roots. heads = dict.fromkeys(heads, 0) # Start at the top and keep marking parents until we're done. - nodestotag = set(heads.keys()) + nodestotag = set(heads) # Remember where the top was so we can use it as a limit later. highestrev = max([self.rev(n) for n in nodestotag]) while nodestotag: