hgext3rd/evolve/__init__.py
changeset 4731 beddcd46aa5f
parent 4720 d48b689ea78a
child 4732 4168c6b83406
--- 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
 #