changeset 14393 | bdf44e63a94c |
parent 14371 | ec2aae8b375d |
child 14494 | 1ffeeb91c55d |
--- 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