mercurial/scmutil.py
changeset 26098 ce26928cbe41
parent 26020 cc3a30ff9490
child 26156 a112fffdb632
equal deleted inserted replaced
26097:220ee13946d3 26098:ce26928cbe41
  1060     _filecache.
  1060     _filecache.
  1061 
  1061 
  1062     Mercurial either atomic renames or appends for files under .hg,
  1062     Mercurial either atomic renames or appends for files under .hg,
  1063     so to ensure the cache is reliable we need the filesystem to be able
  1063     so to ensure the cache is reliable we need the filesystem to be able
  1064     to tell us if a file has been replaced. If it can't, we fallback to
  1064     to tell us if a file has been replaced. If it can't, we fallback to
  1065     recreating the object on every call (essentially the same behaviour as
  1065     recreating the object on every call (essentially the same behavior as
  1066     propertycache).
  1066     propertycache).
  1067 
  1067 
  1068     '''
  1068     '''
  1069     def __init__(self, *paths):
  1069     def __init__(self, *paths):
  1070         self.paths = paths
  1070         self.paths = paths