Skip to content
Snippets Groups Projects
Commit 637d46c5 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

dirstate: explicitly write the dirstate after `debugrebuilddirstate`

I am working on making the dirstate write patterns more predictable. This patch is
part of a small series of similar patches that adds a explicit dirstate write in
a handful of location where the dirstate is updated "a bit in a strange way".

With this explicit write, we are no longer relying on implicite write of the
dirstate on `wlock` release. This make the world a better place.
parent 44528f4a
No related branches found
No related tags found
10 merge requests!485branching: merge default into stable,!435dirstate-scoping [11] : remove dirstate-guard,!434dirstate-scoping [10] : start warning/breaking on bad usage,!433dirstate-scoping [09] : use `changing_files` context in many places,!432dirstate-scoping [08] : use change_files and transaction in the commit logic (sometimes),!430dirstate-scoping [06] : rework the way some extensions meddle with the dirstate content,!429dirstate-scoping [05] : improve locking of various commands,!427dirstate-scoping [04] : first cleanup wave for dirstate's backup,!426dirstate-scoping [03] : explicitly write the dirstate in a handful of place.,!415dirstate-scoping [07] : introduce a changing_files context
Loading
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