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

statichttprepo: prevent loading dirstate over HTTP on node lookup (issue5717)

This seems a bit hacky, but works well. There should be no reason that
static-http repo had to load dirstate.

Initially I tried to proxy os.stat() call through vfs so that statichttpvfs
could hook it, but there wasn't a good error value which the statichttpvfs
could return to get around the util.filestat issue.
parent 8b95e420e248
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