diff mercurial/revlog.py @ 14393:bdf44e63a94c

revlog: stop exporting node.short
author Matt Mackall <mpm@selenic.com>
date Sat, 21 May 2011 15:01:28 -0500
parents ec2aae8b375d
children 1ffeeb91c55d
line wrap: on
line diff
--- a/mercurial/revlog.py	Thu May 19 22:55:13 2011 +0200
+++ b/mercurial/revlog.py	Sat May 21 15:01:28 2011 -0500
@@ -12,7 +12,7 @@
 """
 
 # import stuff from node for others to import from revlog
-from node import bin, hex, nullid, nullrev, short #@UnusedImport
+from node import bin, hex, nullid, nullrev
 from i18n import _
 import ancestor, mdiff, parsers, error, util, dagutil
 import struct, zlib, errno