tests/testlib/docgraph_setup.sh
author Pulkit Goyal <7895pulkit@gmail.com>
Fri, 13 Oct 2017 10:01:38 +0530
changeset 3059 02b220984b01
parent 2959 ef361938dfa1
permissions -rw-r--r--
topics: use stack.stack() instead of stack.stackdata() stack.stackdata() also calls stack.stack() internally. Moreover if we just want to calculate changesetcount, troubled count, it will be cheap to calculate using stack.stack rather than stackdata().

. $TESTDIR/testlib/pythonpath.sh

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