# HG changeset patch # User Laurent Charignon # Date 1430428950 25200 # Node ID 14587fbcba939a93eda315daee705bc715d6b66c # Parent 71f0970fb5f734362c6887f6103e44e2eabd48aa evove: remove unused imports Three imports where unused in the evolve module. diff -r 71f0970fb5f7 -r 14587fbcba93 hgext/evolve.py --- 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)