# HG changeset patch # User Pierre-Yves David # Date 1625854186 -7200 # Node ID 1c3ae1b3c31187ee6aeb1f9cdc79418ad5d77caa # Parent 2ee81806831fb3212491d0555916785319048230 test-infinitepush: drop unused helper They are unused since de4c2f3af97f. We drop them for clarity. Differential Revision: https://phab.mercurial-scm.org/D11048 diff -r 2ee81806831f -r 1c3ae1b3c311 tests/library-infinitepush.sh --- a/tests/library-infinitepush.sh Fri Jul 09 17:02:01 2021 +0200 +++ b/tests/library-infinitepush.sh Fri Jul 09 20:09:46 2021 +0200 @@ -30,20 +30,3 @@ reponame=babar EOF } - -waitbgbackup() { - sleep 1 - hg debugwaitbackup -} - -mkcommitautobackup() { - echo $1 > $1 - hg add $1 - hg ci -m $1 --config infinitepushbackup.autobackup=True -} - -setuplogdir() { - mkdir $TESTTMP/logs - chmod 0755 $TESTTMP/logs - chmod +t $TESTTMP/logs -}