diff -r f89fd07fc51d -r e75aab656f46 hgext/transplant.py --- a/hgext/transplant.py Thu Mar 06 22:23:26 2008 +0100 +++ b/hgext/transplant.py Thu Mar 06 22:23:41 2008 +0100 @@ -7,7 +7,7 @@ from mercurial.i18n import _ import os, tempfile -from mercurial import bundlerepo, changegroup, cmdutil, commands, hg, merge +from mercurial import bundlerepo, changegroup, cmdutil, hg, merge from mercurial import patch, revlog, util '''patch transplanting tool