diff -r 6f14253416bd -r 62d7287fe6b0 mercurial/revlog.py --- 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: