# HG changeset patch # User David Soria Parra # Date 1380199639 -7200 # Node ID baab785e3ecfaf07e287af0e1a02bcaaf9dc38b4 # Parent 8cf0e2c329013d71608a095c70e7487510638041 histedit: remove unused parents() call diff -r 8cf0e2c32901 -r baab785e3ecf 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)