test-sparse-revlog: make the large bundle generation more robust and useful...
test-sparse-revlog: make the large bundle generation more robust and useful
We do the following:
- adding a `--lazy` flag that skip the bundle generation if it already has the
right content.
- adding a `--validate` flag that make sure the generated bundle match the
expected content
Generate it on the fly with all this flag during the tests.