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

branchmap-v3: make sure we write the cache after detecting pure-topo mode

We were properly detecting the pure topo-case but in some case the one disk
cache file was never updated with that information.
parent d7e9503c
No related branches found
No related tags found
2 merge requests!1041Merge default into stable,!993branchmap-v3: make sure we write the cache after detecting pure-topo mode
Pipeline #89639 passed
......@@ -1070,6 +1070,7 @@
for branch, heads in self._entries.items():
if heads == topo_heads:
self._pure_topo_branch = branch
self._state = STATE_DIRTY
break
......
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