evolve: remove some unused variables
authorMartin von Zweigbergk <martinvonz@google.com>
Thu, 11 Jul 2019 16:24:13 -0700
changeset 4731 beddcd46aa5f
parent 4730 a95c6f578f70
child 4732 4168c6b83406
evolve: remove some unused variables
hgext3rd/evolve/__init__.py
--- a/hgext3rd/evolve/__init__.py	Thu Jul 11 09:38:42 2019 -0700
+++ b/hgext3rd/evolve/__init__.py	Thu Jul 11 16:24:13 2019 -0700
@@ -298,7 +298,6 @@
     obshashtree,
     obshistory,
     rewind,
-    rewriteutil,
     safeguard,
     templatekw,
     utility,
@@ -330,9 +329,6 @@
 _unpack = struct.unpack
 
 aliases, entry = cmdutil.findcmd(b'commit', commands.table)
-commitopts3 = cmdrewrite.commitopts3
-interactiveopt = cmdrewrite.interactiveopt
-rewrite = rewriteutil.rewrite
 
 # This extension contains the following code
 #