mercurial/context.py
changeset 33086 eb4c49f55f1f
parent 33085 1e79c66d6b07
child 33283 634b259079c5
equal deleted inserted replaced
33085:1e79c66d6b07 33086:eb4c49f55f1f
  1877         except OSError as err:
  1877         except OSError as err:
  1878             if err.errno != errno.ENOENT:
  1878             if err.errno != errno.ENOENT:
  1879                 raise
  1879                 raise
  1880             return (t, tz)
  1880             return (t, tz)
  1881 
  1881 
       
  1882     def audit(self):
       
  1883         return self._repo.wvfs.audit(self._path)
       
  1884 
  1882     def cmp(self, fctx):
  1885     def cmp(self, fctx):
  1883         """compare with other file context
  1886         """compare with other file context
  1884 
  1887 
  1885         returns True if different than fctx.
  1888         returns True if different than fctx.
  1886         """
  1889         """