hgext3rd/evolve/obscache.py
branchstable
changeset 4109 d562316c548f
parent 4098 c9fc82c4e66d
child 4488 6c0992ce05f7
equal deleted inserted replaced
4107:f56b58db0c06 4109:d562316c548f
   410             cachefile.write(headerdata)
   410             cachefile.write(headerdata)
   411             cachefile.write(self._data)
   411             cachefile.write(self._data)
   412             cachefile.close()
   412             cachefile.close()
   413             self._ondiskkey = self._cachekey
   413             self._ondiskkey = self._cachekey
   414         except (IOError, OSError) as exc:
   414         except (IOError, OSError) as exc:
       
   415             repo.ui.log('obscache', 'could not write update %s\n' % exc)
   415             repo.ui.debug('obscache: could not write update %s\n' % exc)
   416             repo.ui.debug('obscache: could not write update %s\n' % exc)
   416 
   417 
   417     def load(self, repo):
   418     def load(self, repo):
   418         """load data from disk"""
   419         """load data from disk"""
   419         assert repo.filtername is None
   420         assert repo.filtername is None