[PATCH 1 of 2] histedit: drop duplicate line extracting keep option

adgar at google.com adgar at google.com
Fri Aug 22 20:47:20 UTC 2014


# HG changeset patch
# User Mike Edgar <adgar at google.com>
# Date 1408739875 14400
#      Fri Aug 22 16:37:55 2014 -0400
# Node ID 3e73eb37f5c8b6a837983c5f9d505ac4cfade546
# Parent  de783f2403c498ef1e20121acf178b32ec27199c
histedit: drop duplicate line extracting keep option

diff -r de783f2403c4 -r 3e73eb37f5c8 hgext/histedit.py
--- a/hgext/histedit.py	Sat Aug 16 10:43:59 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 = []
 
 


More information about the Mercurial-devel mailing list