docs/tutorial/testlib/docgraph_setup.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 24 Sep 2018 01:16:00 +0200
changeset 4136 be3a94d3105f
parent 3376 aad37ffd7d58
permissions -rw-r--r--
pullbundle: attempt to save stablerange cache after each computation Since we do not serve the full repository, we use more stablerange starting from a random point. These are probably not loaded yet and should be cached. This is best effort caching, if we can't save them we won't.

. $TESTDIR/testlib/pythonpath.sh

cat >> $HGRCPATH << EOF
[extensions]
docgraph=
EOF