diff hgext/histedit.py @ 22279:0e38f2fbe91e

histedit: drop duplicate line extracting keep option
author Mike Edgar <adgar@google.com>
date Fri, 22 Aug 2014 16:37:55 -0400
parents 3ddfb9b3fdc6
children 7eef5a87ce3f
line wrap: on
line diff
--- 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 = []