Mercurial > hg
changeset 19821:baab785e3ecf
histedit: remove unused parents() call
author | David Soria Parra <dsp@experimentalworks.net> |
---|---|
date | Thu, 26 Sep 2013 14:47:19 +0200 |
parents | 8cf0e2c32901 |
children | a194a33f8cb2 |
files | hgext/histedit.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)