mercurial/revlogutils/docket.py
changeset 48875 6000f5b25c9b
parent 47455 f93a867a6486
child 48908 ed2af4560f6e
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
    13 #
    13 #
    14 # * an index file, containing fixed width information about revisions,
    14 # * an index file, containing fixed width information about revisions,
    15 #
    15 #
    16 # * a data file, containing variable width data for these revisions,
    16 # * a data file, containing variable width data for these revisions,
    17 
    17 
    18 from __future__ import absolute_import
       
    19 
    18 
    20 import errno
    19 import errno
    21 import os
    20 import os
    22 import random
    21 import random
    23 import struct
    22 import struct