--- a/mercurial/hg.py Fri Mar 07 00:24:36 2008 +0100
+++ b/mercurial/hg.py Thu Mar 06 22:23:26 2008 +0100
@@ -6,8 +6,8 @@
# This software may be used and distributed according to the terms
# of the GNU General Public License, incorporated herein by reference.
-from node import *
-from repo import *
+from node import bin, hex, nullid, nullrev, short
+from repo import NoCapability, RepoError
from i18n import _
import localrepo, bundlerepo, httprepo, sshrepo, statichttprepo
import errno, lock, os, shutil, util, extensions