Skip to content
Snippets Groups Projects
Commit c15d8f84343e authored by Yuya Nishihara's avatar Yuya Nishihara
Browse files

localrepo: recreate phasecache if changelog was modified (issue4855)

Because _phaserevs and _phasesets cache revision numbers, they must be
invalidated if there are new commits or stripped revisions. We could do
that by calling _phasecache.invalidate(), but it wasn't simple to be
integrated with the filecache mechanism.

So for now, phasecache will be recreated after repo.invalidate() if
00changelog.i was modified before.
parent f31ddc9bfa5f
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