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

revlog: stop using `atomictmp` for the split revlog

Since we already manually deal with writing on the side and delaying visibily,
we no longer need this.
parent 5b3b6db49bbb
No related branches found
No related tags found
1 merge request!753cleanup revlog splitting part exclusive to the changelog.
......@@ -772,7 +772,6 @@
self.index_file,
mode=b"w",
checkambig=self.data_config.check_ambig,
atomictemp=True,
)
def split_inline(self, tr, header, new_index_file_path=None):
......
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