[Commented On] D11048: test-infinitepush: drop unused helper
baymax (Baymax, Your Personal Patch-care Companion)
phabricator at mercurial-scm.org
Sat Jul 10 01:25:43 UTC 2021
baymax added a comment.
baymax updated this revision to Diff 29083.
✅ refresh by Heptapod after a successful CI run (🐙 💚)
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D11048?vs=29062&id=29083
BRANCH
default
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D11048/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D11048
AFFECTED FILES
tests/library-infinitepush.sh
CHANGE DETAILS
diff --git a/tests/library-infinitepush.sh b/tests/library-infinitepush.sh
--- a/tests/library-infinitepush.sh
+++ b/tests/library-infinitepush.sh
@@ -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
-}
To: marmoute, #hg-reviewers
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210710/6e1818de/attachment-0002.html>
More information about the Mercurial-patches
mailing list