Mercurial > public > mercurial-scm > hg-stable
diff tests/test-lfs.t @ 35552:fd610befc37f
lfs: use the localstore download method to transfer from remote stores
Both gitlfsremote and file based remotes benefit from not requiring the whole
file in memory (though the whole file is still loaded when passing through the
revlog interface). With a method specific to downloading from a remote store,
the misleading 'use hg verify' hint is removed. The behavior is otherwise
unchanged, in that a download from both remote store types will yield a copy of
the blob via util.atomictempfile.
There's no response payload defined for the non 'download' actions, but the
previous code attempted to read the payload in this case anyway. This
refactored code made that more obvious, so any payload is printed as a debug
message, just in case.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Thu, 21 Dec 2017 21:20:00 -0500 |
parents | 6bb940de4c4c |
children | b75ea116603d |
line wrap: on
line diff
--- a/tests/test-lfs.t Thu Dec 21 18:56:04 2017 -0500 +++ b/tests/test-lfs.t Thu Dec 21 21:20:00 2017 -0500 @@ -714,8 +714,7 @@ updating to branch default resolving manifests getting l - abort: detected corrupt lfs object: 22f66a3fc0b9bf3f012c814303995ec07099b3a9ce02a7af84b5970811074a3b - (run hg verify) + abort: corrupt remote lfs object: 22f66a3fc0b9bf3f012c814303995ec07099b3a9ce02a7af84b5970811074a3b [255] A corrupted lfs blob is not transferred from a file://remotestore to the