mercurial/revlog.py
changeset 6211 f89fd07fc51d
parent 6144 08e0825b8106
child 6212 e75aab656f46
--- a/mercurial/revlog.py	Fri Mar 07 00:24:36 2008 +0100
+++ b/mercurial/revlog.py	Thu Mar 06 22:23:26 2008 +0100
@@ -10,7 +10,7 @@
 of the GNU General Public License, incorporated herein by reference.
 """
 
-from node import *
+from node import bin, hex, nullid, nullrev, short
 from i18n import _
 import binascii, changegroup, errno, ancestor, mdiff, os
 import sha, struct, util, zlib