--- a/hgext/evolve.py Wed Aug 08 15:40:09 2012 +0200
+++ b/hgext/evolve.py Wed Aug 08 16:51:45 2012 +0200
@@ -17,12 +17,11 @@
from mercurial import commands
from mercurial import bookmarks
from mercurial import phases
-from mercurial import commands
from mercurial import context
from mercurial import copies
from mercurial import util
from mercurial.i18n import _
-from mercurial.commands import walkopts, commitopts, commitopts2, logopts
+from mercurial.commands import walkopts, commitopts, commitopts2
from mercurial import hg
### util function