Skip to content
Snippets Groups Projects
Commit 3f75fb837638 authored by Idan Kamara's avatar Idan Kamara
Browse files

localrepo: reset _phasesdirty flag after writing

parent d7829b2ecf32
No related merge requests found
......@@ -949,6 +949,7 @@
self.store.write()
if self._dirtyphases:
phases.writeroots(self)
self._dirtyphases = False
for k, ce in self._filecache.items():
if k == 'dirstate':
continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment