docs/tutorial/testlib/docgraph_setup.sh
author Pulkit Goyal <7895pulkit@gmail.com>
Fri, 16 Mar 2018 16:04:28 +0530
changeset 3556 b0438c9101ad
parent 3376 aad37ffd7d58
permissions -rw-r--r--
evolve: load evolvestate before passing to continueevolve() This patch moves some code from continueevolve() to evolve() function so that we have a loaded evolvestate present in the evolve() function for post processing.

. $TESTDIR/testlib/pythonpath.sh

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