hgext/histedit.py
changeset 22279 0e38f2fbe91e
parent 22165 3ddfb9b3fdc6
child 22280 7eef5a87ce3f
--- 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 = []