Skip to content
Snippets Groups Projects
Commit 4294bc73 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

data-setup: add more revision in the test

This is needed to get more interesting revlog to use.
parent 592de4a6
No related branches found
No related tags found
1 merge request!16perf-delta-find
......@@ -10,7 +10,19 @@
$ mkdir my-data-env
$ hg init my-data-env/base-repo/
$ hg -R my-data-env/base-repo/ debugbuilddag +1524 --new-file
$ hg -R my-data-env/base-repo/ debugbuilddag --new-file \
> '.:z'\
> '+1309:a'\
> '<z+1177:b/a'\
> '+1033:c'\
> '<b+1330:d/c'\
> '+1395:e'\
> '<a+1081:f'\
> '<b+1070:g/e'\
> '+1081:h/f'\
> '+1083:i'\
> '<c+1226:j/f'
Test the full setup
--------------------
......@@ -49,7 +61,7 @@
sparserevlog = yes
tracked-hint = no
graph:
visible-revision-count = 1524
visible-revision-count = 11791
name = my-test-data-env
poulpe-environment:
environment-type = data
......
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