mercurial/filelog.py
changeset 6211 f89fd07fc51d
parent 5915 d0576d065993
child 6212 e75aab656f46
equal deleted inserted replaced
6210:942287cb1f57 6211:f89fd07fc51d
     3 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
     3 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
     4 #
     4 #
     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 from revlog import *
     8 from node import bin, nullid
       
     9 from revlog import revlog
     9 import os
    10 import os
    10 
    11 
    11 class filelog(revlog):
    12 class filelog(revlog):
    12     def __init__(self, opener, path):
    13     def __init__(self, opener, path):
    13         revlog.__init__(self, opener,
    14         revlog.__init__(self, opener,