Show More
@@ -1070,6 +1070,7 class BranchCacheV3(_LocalBranchCache): | |||||
1070 | for branch, heads in self._entries.items(): |
|
1070 | for branch, heads in self._entries.items(): | |
1071 | if heads == topo_heads: |
|
1071 | if heads == topo_heads: | |
1072 | self._pure_topo_branch = branch |
|
1072 | self._pure_topo_branch = branch | |
|
1073 | self._state = STATE_DIRTY | |||
1073 | break |
|
1074 | break | |
1074 |
|
1075 | |||
1075 |
|
1076 |
General Comments 0
You need to be logged in to leave comments.
Login now