Mercurial > evolve
view tests/testlib/obshistory_setup.sh @ 5911:55589cb47581
tests: drop debugobsolete alias from common.sh
Support for devel.default-date exists since hg 4.3, so this is long overdue.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sun, 09 May 2021 19:58: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 }