histedit: drop duplicate line extracting keep option
authorMike Edgar <adgar@google.com>
Fri, 22 Aug 2014 16:37:55 -0400
changeset 22279 0e38f2fbe91e
parent 22278 ffaaa80fa724
child 22280 7eef5a87ce3f
histedit: drop duplicate line extracting keep option
hgext/histedit.py
--- a/hgext/histedit.py	Sat Aug 23 23:03:50 2014 +0900
+++ b/hgext/histedit.py	Fri Aug 22 16:37:55 2014 -0400
@@ -614,7 +614,6 @@
         rules = verifyrules(rules, repo, ctxs)
 
         parentctx = repo[root].parents()[0]
-        keep = opts.get('keep', False)
         replacements = []