Skip to content
Snippets Groups Projects
Commit 9f94358f9f93 authored by Idan Kamara's avatar Idan Kamara
Browse files

localrepo: clear the filecache on _rollback() and destroyed()

This restores the old behaviour of clearing the filecache when the repo is
destroyed but combines it with also clearing it on _rollback. Before, we tried
to only call it through _rollback but that ruined callers of destroyed.

Doing it on both code paths covers destroyed being called from somewhere
else, e.g. strip.
parent 2be2a070f294
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