hgext/evolve.py
changeset 455 f46a41006136
parent 446 9d47474d2582
child 463 3f91654713dd
--- 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