sapling/hgext/lfs
Jun Wu af0a2ecb8b lfs: add a config to skip writing to localstore
Summary:
We'd like to enable `lfs.url` on hg servers to make blob verification work
without downloading actual blobs. Previously, the LFS local blob store is
always backed by the local filesystem. D6699099 added a simple in-memory store
for another purpose. That in-memory local store fits the
"avoid downloading to disk" purpose. So let's add a config option to use it.

Reviewed By: zhh95

Differential Revision: D9478744

fbshipit-source-id: 69b04cd719cedb77f01b90b4666676c8f38584a1
2018-08-23 11:01:07 -07:00
..
__init__.py lfs: add a config to skip writing to localstore 2018-08-23 11:01:07 -07:00
blobstore.py lfs: add a config to skip writing to localstore 2018-08-23 11:01:07 -07:00
pointer.py codemod: reformat rest of the code 2018-07-05 17:52:43 -07:00
wrapper.py lfs: add a config to skip writing to localstore 2018-08-23 11:01:07 -07:00