hgext/evolve.py
branchstable
changeset 1305 14587fbcba93
parent 1296 23819e1d61fd
child 1306 02a5624c5605
--- a/hgext/evolve.py	Wed Apr 29 10:36:43 2015 -0700
+++ b/hgext/evolve.py	Thu Apr 30 14:22:30 2015 -0700
@@ -44,7 +44,6 @@
     gboptslist = gboptsmap = None
 
 
-from mercurial import base85
 from mercurial import bookmarks
 from mercurial import cmdutil
 from mercurial import commands
@@ -60,7 +59,6 @@
 from mercurial import node
 from mercurial import phases
 from mercurial import patch
-from mercurial import pushkey
 from mercurial import revset
 from mercurial import scmutil
 from mercurial import templatekw
@@ -70,7 +68,6 @@
 from mercurial import wireproto
 from mercurial import localrepo
 from mercurial.hgweb import hgweb_mod
-from mercurial import bundle2
 
 cmdtable = {}
 command = cmdutil.command(cmdtable)