mercurial/revlog.py
changeset 7873 4a4c7f6a5912
parent 7633 08cabecfa8a8
child 7874 d812029cda85
--- a/mercurial/revlog.py	Mon Mar 23 13:12:03 2009 +0100
+++ b/mercurial/revlog.py	Mon Mar 23 13:12:07 2009 +0100
@@ -10,7 +10,8 @@
 of the GNU General Public License, incorporated herein by reference.
 """
 
-from node import bin, hex, nullid, nullrev, short
+# import stuff from node for others to import from revlog
+from node import bin, hex, nullid, nullrev, short #@UnusedImport
 from i18n import _
 import changegroup, errno, ancestor, mdiff, parsers
 import struct, util, zlib, error