overlayctx: build a memctx that can access non touched files
So far, the memctx was very optimized for being committed: so it did not need to access any untouched files. However the way we uses it in evolve to diff against more arbitrary changes requires to be able to access to any file content as any other ctx. This is now the case.
parent
e465689fa74d
No related branches found
No related tags found
Loading
Please register or sign in to comment