Skip to content
Snippets Groups Projects
Commit 1a6dd50c authored by Matt Harbison's avatar Matt Harbison
Browse files

lfs: don't skip locally available blobs when verifying

The `skipflags` config was introduced in a2ab9ebcd85b, which specifically calls
out downloading and storing all blobs as potentially too expensive.  But I don't
see any reason to skip blobs that are already available locally.  Hashing the
blob is the only way to indirectly verify the rawdata content stored in the
revlog.

(The note in that commit about skipping renamed is still correct, but the reason
given about needing fulltext isn't.)

Differential Revision: https://phab.mercurial-scm.org/D7712
parent 34e8305f
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