Mercurial > evolve
view tests/testlib/obshistory_setup.sh @ 4431:f109917f5c28
evolvecmd: compatibility with older geteffectflag() that took a tuple
Before bae6f1418a95 the function took a tuple of 2 arguments instead of these 2
arguments directly.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Wed, 06 Mar 2019 21:47:08 +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 }