Mercurial > evolve
view tests/testlib/obshistory_setup.sh @ 4629:b78707559f1f
changelog: --no-update is the default, recommend --update instead
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sat, 27 Apr 2019 17:11:12 +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 }