Mercurial > evolve
view tests/testlib/obshistory_setup.sh @ 5377:a267a7d3e1c5
topic: copy an abort message (new branch) from upstream exactly
This abort message already exists in core hg, so let's reuse the exact wording
and quoting from there.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 11 Jun 2020 23:28:10 +0800 |
parents | 7c624b45fe60 |
children |
line wrap: on
line source
. $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 }