changeset 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 ffaaa80fa724
children 7eef5a87ce3f
files hgext/histedit.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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 = []