diff 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 diff
--- 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
+}