diff hgext/evolve.py @ 455:f46a41006136

obsolete: simplify rebase wrapping code and change relation creation We have don't have changeset simply pruned by rebase. When they disapeared, that means that destination is a valid successors for them.
author Pierre-Yves David <pierre-yves.david@logilab.fr>
date Wed, 08 Aug 2012 16:51:45 +0200
parents 9d47474d2582
children 3f91654713dd
line wrap: on
line diff
--- 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