changeset 6212 | e75aab656f46 |
parent 6211 | f89fd07fc51d |
child 6225 | 595a69a01129 |
--- a/hgext/fetch.py Thu Mar 06 22:23:26 2008 +0100 +++ b/hgext/fetch.py Thu Mar 06 22:23:41 2008 +0100 @@ -7,7 +7,7 @@ from mercurial.i18n import _ from mercurial.node import nullid, short -from mercurial import commands, cmdutil, hg, node, util +from mercurial import commands, cmdutil, hg, util def fetch(ui, repo, source='default', **opts): '''Pull changes from a remote repository, merge new changes if needed.