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

setup: clone mercurial using and older format for compatibility

When running with an older Mercurial version we might need to look into the
source repository.

note: we should probably do these lookup using the system Mercurial anyway.
parent f21449c3d030
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
# Ensure all repository are here
if [ ! -d mercurial ]; then
hg clone https://www.mercurial-scm.org/repo/hg mercurial
hg clone https://www.mercurial-scm.org/repo/hg mercurial --config format.sparse-revlog=no --config format.usegeneraldelta=no --config experimental.evolution.exchange=no
fi
if [ "$SCMPERF_WARMCACHE" != "skip" ] ; then
......
......@@ -152,7 +152,7 @@
new changesets * (glob) (?)
* files updated, 0 files merged, 0 files removed, 0 files unresolved (glob) (?)
+ '[' '!' -d mercurial ']'
+ hg clone https://www.mercurial-scm.org/repo/hg mercurial
+ hg clone https://www.mercurial-scm.org/repo/hg mercurial --config format.sparse-revlog=no --config format.usegeneraldelta=no --config experimental.evolution.exchange=no
+ '[' '' '!=' skip ']'
+ '[' -n $TESTTMP ']'
+ cd mercurial
......
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