hgext3rd/evolve/depthcache.py
branchstable
changeset 4109 d562316c548f
parent 4100 f21187478dcc
child 4341 d1aab9d82f5b
equal deleted inserted replaced
4107:f56b58db0c06 4109:d562316c548f
   205             cachefile.write(headerdata)
   205             cachefile.write(headerdata)
   206             cachefile.write(self._data.tostring())
   206             cachefile.write(self._data.tostring())
   207             cachefile.close()
   207             cachefile.close()
   208             self._ondiskkey = self._cachekey
   208             self._ondiskkey = self._cachekey
   209         except (IOError, OSError) as exc:
   209         except (IOError, OSError) as exc:
       
   210             repo.ui.log('depthcache', 'could not write update %s\n' % exc)
   210             repo.ui.debug('depthcache: could not write update %s\n' % exc)
   211             repo.ui.debug('depthcache: could not write update %s\n' % exc)