Mercurial > evolve
view tests/testlib/obshistory_setup.sh @ 6098:442771901e01
tests: update exit codes for dealing with RepoLookupError
CORE-TEST-OUTPUT-UPDATE: 8c4881c07f57
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Fri, 03 Dec 2021 10:46:49 +0300 |
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 }