view docs/tutorial/testlib/docgraph_setup.sh @ 3654:23e515ca0143

CHANGELOG: add an entry about `hg evolve --abort` Previous patches added a new flag `--abort` for `hg evolve` which aborts an interrupted evolve. Currently this only works for orphan resolution cases which is very common and most people use `evolve` for that. So let's add an entry about that.
author Pulkit Goyal <7895pulkit@gmail.com>
date Fri, 06 Apr 2018 14:56:27 +0530
parents aad37ffd7d58
children
line wrap: on
line source

. $TESTDIR/testlib/pythonpath.sh

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