##// END OF EJS Templates
branchmap-v3: make sure we write the cache after detecting pure-topo mode...
marmoute -
r52904:c6ed4b35 default
parent child Browse files
Show More
@@ -1070,6 +1070,7 class BranchCacheV3(_LocalBranchCache):
1070 1070 for branch, heads in self._entries.items():
1071 1071 if heads == topo_heads:
1072 1072 self._pure_topo_branch = branch
1073 self._state = STATE_DIRTY
1073 1074 break
1074 1075
1075 1076
General Comments 0
You need to be logged in to leave comments. Login now