Backed out changeset 77d434760857
authorAugie Fackler <raf@durin42.com>
Thu, 15 Aug 2013 21:36:53 -0400
changeset 19618 6ac206fb6f27
parent 19617 ba89c3872801
child 19619 4694ccd5d994
Backed out changeset 77d434760857
mercurial/obsolete.py
--- a/mercurial/obsolete.py	Thu Aug 15 21:35:56 2013 -0400
+++ b/mercurial/obsolete.py	Thu Aug 15 21:36:53 2013 -0400
@@ -496,9 +496,6 @@
     for its live spawn. Code that makes multiple calls to `successorssets`
     *must* use this cache mechanism or suffer terrible performances."""
 
-    if isinstance(initialnode, int):
-        initialnode = repo.unfiltered().changelog.node(initialnode)
-
     succmarkers = repo.obsstore.successors
 
     # Stack of nodes we search successors sets for