hgext/largefiles/lfutil.py
changeset 18148 bf6252d12c34
parent 18147 79f2493198e1
child 18150 14e31a631e41
equal deleted inserted replaced
18147:79f2493198e1 18148:bf6252d12c34
   133         return super(largefilesdirstate, self).drop(unixpath(f))
   133         return super(largefilesdirstate, self).drop(unixpath(f))
   134     def forget(self, f):
   134     def forget(self, f):
   135         return super(largefilesdirstate, self).forget(unixpath(f))
   135         return super(largefilesdirstate, self).forget(unixpath(f))
   136     def normallookup(self, f):
   136     def normallookup(self, f):
   137         return super(largefilesdirstate, self).normallookup(unixpath(f))
   137         return super(largefilesdirstate, self).normallookup(unixpath(f))
       
   138     def _ignore(self):
       
   139         return False
   138 
   140 
   139 def openlfdirstate(ui, repo, create=True):
   141 def openlfdirstate(ui, repo, create=True):
   140     '''
   142     '''
   141     Return a dirstate object that tracks largefiles: i.e. its root is
   143     Return a dirstate object that tracks largefiles: i.e. its root is
   142     the repo root, but it is saved in .hg/largefiles/dirstate.
   144     the repo root, but it is saved in .hg/largefiles/dirstate.