Skip to content
Snippets Groups Projects
Commit 4382a78fd9b1 authored by Dan Villiom Podlaski Christiansen's avatar Dan Villiom Podlaski Christiansen
Browse files

git_handler: don't use vfs for writing map files

The Git metadata files are located directly within '.hg' in the store
repository. To use the vfs directly, we have to lock the working
directory. The Mercurial push and pull commands — reasonably — don't
do that, so without this change, we cannot save or load the map during
them.

Ideally, we'd move these files into the store, but that's too
invasive, and would break backward compatibility rather significantly,
unless we add some form of upgrade/downgrade support.
parent ce8cb86c4724
No related branches found
No related tags found
No related merge requests found
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