changeset 19618:6ac206fb6f27

Backed out changeset 77d434760857
author Augie Fackler <raf@durin42.com>
date Thu, 15 Aug 2013 21:36:53 -0400
parents ba89c3872801
children 4694ccd5d994
files mercurial/obsolete.py
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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