Mercurial > evolve
changeset 1305:14587fbcba93 stable
evove: remove unused imports
Three imports where unused in the evolve module.
author | Laurent Charignon <lcharignon@fb.com> |
---|---|
date | Thu, 30 Apr 2015 14:22:30 -0700 |
parents | 71f0970fb5f7 |
children | 02a5624c5605 |
files | hgext/evolve.py |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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)