hgext3rd/evolve/depthcache.py
branchstable
changeset 4100 f21187478dcc
parent 4099 84b203a60788
child 4109 d562316c548f
--- a/hgext3rd/evolve/depthcache.py	Thu Sep 13 17:08:05 2018 +0200
+++ b/hgext3rd/evolve/depthcache.py	Thu Sep 13 18:56:04 2018 +0200
@@ -205,5 +205,6 @@
             cachefile.write(headerdata)
             cachefile.write(self._data.tostring())
             cachefile.close()
+            self._ondiskkey = self._cachekey
         except (IOError, OSError) as exc:
             repo.ui.debug('depthcache: could not write update %s\n' % exc)