D7708: lfs: add a switch to `hg verify` to ignore the content of blobs

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Mon Dec 23 12:06:35 EST 2019


pulkit added inline comments.

INLINE COMMENTS

> __init__.py:408
> + at eh.wrapcommand(
> +    b'verify', opts=[(b'', b'no-lfs', None, _(b'skip all lfs blob content'))]
> +)

IIUC, we can have a `--lfs` flag and `--no-lfs` will work.

Also by default, we may not want to verify large files content?

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D7708/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D7708

To: mharbison72, #hg-reviewers
Cc: pulkit, mercurial-devel


More information about the Mercurial-devel mailing list