##// END OF EJS Templates
histedit: remove unused parents() call
David Soria Parra -
r19821:baab785e default
parent child Browse files
Show More
@@ -501,7 +501,6 b' def histedit(ui, repo, *freeargs, **opts'
501 501
502 502 if goal == 'continue':
503 503 (parentctxnode, rules, keep, topmost, replacements) = readstate(repo)
504 currentparent, wantnull = repo.dirstate.parents()
505 504 parentctx = repo[parentctxnode]
506 505 parentctx, repl = bootstrapcontinue(ui, repo, parentctx, rules, opts)
507 506 replacements.extend(repl)
General Comments 0
You need to be logged in to leave comments. Login now