view tests/testlib/docgraph_setup.sh @ 5132:fb5f49be3c90 stable

topic: use `%d` for integers instead of `%s` on py3 I have system mercurial using py3 which lead me to the traceback pointing to this.
author Pulkit Goyal <7895pulkit@gmail.com>
date Wed, 19 Feb 2020 13:13:09 +0530
parents ef361938dfa1
children
line wrap: on
line source

. $TESTDIR/testlib/pythonpath.sh

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