tests/testlib/obshistory_setup.sh
author Taapas Agrawal <taapas2897@gmail.com>
Tue, 06 Aug 2019 00:16:05 +0200
changeset 4800 fa534a8c5863
parent 3894 7c624b45fe60
permissions -rw-r--r--
pick: added support for hg abort This patch isolates abort logic for `hg pick --abort` as `abortpick()`. For independent calls via `hg abort` `hgabortpick()` is created and registered to the state detection API. Results are shown as tests.

. $TESTDIR/testlib/common.sh

cat >> $HGRCPATH <<EOF
[ui]
interactive = true
[phases]
publish=False
[extensions]
evolve =
[experimental]
evolution.effect-flags = yes
EOF

sync() {
   hg pull -R $TESTTMP/server . -q
}