Mercurial > evolve
view tests/testlib/obshistory_setup.sh @ 5980:a7a75dc3a66a stable
rewriteutil: remove now-unused `update` argument from `rewite()`
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Mon, 05 Oct 2020 09:21:59 -0700 |
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 }