hgext/fetch.py
changeset 6211 f89fd07fc51d
parent 6207 03b13d853dc6
child 6212 e75aab656f46
--- a/hgext/fetch.py	Fri Mar 07 00:24:36 2008 +0100
+++ b/hgext/fetch.py	Thu Mar 06 22:23:26 2008 +0100
@@ -6,7 +6,7 @@
 # of the GNU General Public License, incorporated herein by reference.
 
 from mercurial.i18n import _
-from mercurial.node import *
+from mercurial.node import nullid, short
 from mercurial import commands, cmdutil, hg, node, util
 
 def fetch(ui, repo, source='default', **opts):