Mercurial > evolve
view tests/testlib/obshistory_setup.sh @ 5847:ad7c9c0b7a63
topic: compatibility for branchcache having a repo argument in 5.8
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Fri, 19 Mar 2021 16:23:24 +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 }