mercurial/manifest.py
changeset 1400 cf9a1233738a
parent 1098 50a0a36dd48a
child 1402 9d2c2e6b32b5
equal deleted inserted replaced
1399:9a70776e355e 1400:cf9a1233738a
     5 # This software may be used and distributed according to the terms
     5 # This software may be used and distributed according to the terms
     6 # of the GNU General Public License, incorporated herein by reference.
     6 # of the GNU General Public License, incorporated herein by reference.
     7 
     7 
     8 import sys, struct
     8 import sys, struct
     9 from revlog import *
     9 from revlog import *
       
    10 from i18n import gettext as _
    10 from demandload import *
    11 from demandload import *
    11 demandload(globals(), "bisect")
    12 demandload(globals(), "bisect")
    12 
    13 
    13 class manifest(revlog):
    14 class manifest(revlog):
    14     def __init__(self, opener):
    15     def __init__(self, opener):