histedit: remove unused parents() call
authorDavid Soria Parra <dsp@experimentalworks.net>
Thu, 26 Sep 2013 14:47:19 +0200
changeset 19821 baab785e3ecf
parent 19820 8cf0e2c32901
child 19822 a194a33f8cb2
histedit: remove unused parents() call
hgext/histedit.py
--- a/hgext/histedit.py	Wed Sep 25 14:16:51 2013 +0200
+++ b/hgext/histedit.py	Thu Sep 26 14:47:19 2013 +0200
@@ -501,7 +501,6 @@
 
     if goal == 'continue':
         (parentctxnode, rules, keep, topmost, replacements) = readstate(repo)
-        currentparent, wantnull = repo.dirstate.parents()
         parentctx = repo[parentctxnode]
         parentctx, repl = bootstrapcontinue(ui, repo, parentctx, rules, opts)
         replacements.extend(repl)