diff -r aab2afc2bd82 -r 7c624b45fe60 tests/testlib/obshistory_setup.sh --- a/tests/testlib/obshistory_setup.sh Fri May 25 11:48:19 2018 +0200 +++ b/tests/testlib/obshistory_setup.sh Tue May 22 16:48:35 2018 +0200 @@ -10,3 +10,7 @@ [experimental] evolution.effect-flags = yes EOF + +sync() { + hg pull -R $TESTTMP/server . -q +}