changeset 6212 | e75aab656f46 |
parent 4917 | 126f527b3ba3 |
child 6762 | f67d1468ac50 |
--- 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