mercurial/context.py
changeset 40989 e10adebf8176
parent 40944 789515904b03
parent 40986 328557af18eb
child 40990 39953bcf1f51
equal deleted inserted replaced
40985:4277e20cfec4 40989:e10adebf8176
  2328             self._flags = ''
  2328             self._flags = ''
  2329         self._copied = None
  2329         self._copied = None
  2330         if copied:
  2330         if copied:
  2331             self._copied = (copied, nullid)
  2331             self._copied = (copied, nullid)
  2332 
  2332 
       
  2333     def cmp(self, fctx):
       
  2334         return self.data() != fctx.data()
       
  2335 
  2333     def data(self):
  2336     def data(self):
  2334         return self._data
  2337         return self._data
  2335 
  2338 
  2336     def remove(self, ignoremissing=False):
  2339     def remove(self, ignoremissing=False):
  2337         """wraps unlink for a repo's working directory"""
  2340         """wraps unlink for a repo's working directory"""