p4fastimport: use verify.skipflags in lfs test

Summary:
The newly added config option could skip LFS revision checks. Let's use it
so `hg verify` passes.

Test Plan: arc unit

Reviewers: #mercurial, davidsp

Reviewed By: davidsp

Subscribers: mjpieters

Differential Revision: https://phabricator.intern.facebook.com/D5091709

Signature: t1:5091709:1495163508:3f36dfa221ab0896e1dc49d30c762d7957ac9826
This commit is contained in:
Jun Wu 2017-05-18 22:21:34 -07:00
parent 3e43e09a97
commit a9d4c07ef8

View File

@ -76,17 +76,13 @@ Simple import
Verify
(waiting for https://patchwork.mercurial-scm.org/patch/20582/)
$ hg --debug verify || true
$ hg --debug verify --config verify.skipflags=8192
repository uses revlog format 1
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
Main/largefile@0: unpacking b3a729dd094e: lfs.url needs to be configured (?)
Main/largefile@1: unpacking 9f14f96519e1: lfs.url needs to be configured (?)
3 files, 2 changesets, 6 total revisions
2 integrity errors encountered! (?)
(first damaged changeset appears to be 0) (?)
$ test -d .hg/store/lfs/objects
[1]