hgext3rd/evolve/stablesort.py
branchstable
changeset 4109 d562316c548f
parent 4104 a023abd12f3b
child 4341 d1aab9d82f5b
equal deleted inserted replaced
4107:f56b58db0c06 4109:d562316c548f
   650             cachefile.write(indexdata)
   650             cachefile.write(indexdata)
   651             cachefile.write(data)
   651             cachefile.write(data)
   652             cachefile.close()
   652             cachefile.close()
   653             self._ondiskkey = self._cachekey
   653             self._ondiskkey = self._cachekey
   654         except (IOError, OSError) as exc:
   654         except (IOError, OSError) as exc:
       
   655             repo.ui.log('stablesortcache', 'could not write update %s\n' % exc)
   655             repo.ui.debug('stablesortcache: could not write update %s\n' % exc)
   656             repo.ui.debug('stablesortcache: could not write update %s\n' % exc)
   656 
   657 
   657 @eh.reposetup
   658 @eh.reposetup
   658 def setupcache(ui, repo):
   659 def setupcache(ui, repo):
   659 
   660