Mercurial > evolve
view tests/testlib/obshistory_setup.sh @ 3894:7c624b45fe60
obslog: check filtered output with amended changesets
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Tue, 22 May 2018 16:48:35 +0200 |
parents | 3df8b6ecce2a |
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 }