comparison tests/test-bundle2-exchange.t @ 47921:0c92cd9286ee

tests: manual cleanup now that dummyssh usage is implied Differential Revision: https://phab.mercurial-scm.org/D11246
author Valentin Gatien-Baron <valentin.gatienbaron@gmail.com>
date Mon, 02 Aug 2021 23:43:40 -0400
parents 9c4204b7f3e4
children 04688c51f81f
comparison
equal deleted inserted replaced
47920:9c4204b7f3e4 47921:0c92cd9286ee
26 $ cat >> $HGRCPATH << EOF 26 $ cat >> $HGRCPATH << EOF
27 > [experimental] 27 > [experimental]
28 > evolution.createmarkers=True 28 > evolution.createmarkers=True
29 > evolution.exchange=True 29 > evolution.exchange=True
30 > bundle2-output-capture=True 30 > bundle2-output-capture=True
31 > [ui]
32 > [command-templates] 31 > [command-templates]
33 > log={rev}:{node|short} {phase} {author} {bookmarks} {desc|firstline} 32 > log={rev}:{node|short} {phase} {author} {bookmarks} {desc|firstline}
34 > [web] 33 > [web]
35 > push_ssl = false 34 > push_ssl = false
36 > allow_push = * 35 > allow_push = *
919 abort: Clown phase push failed 918 abort: Clown phase push failed
920 [255] 919 [255]
921 920
922 Test lazily acquiring the lock during unbundle 921 Test lazily acquiring the lock during unbundle
923 $ cp $TESTTMP/hgrc.orig $HGRCPATH 922 $ cp $TESTTMP/hgrc.orig $HGRCPATH
924 $ cat >> $HGRCPATH <<EOF
925 > [ui]
926 > EOF
927 923
928 $ cat >> $TESTTMP/locktester.py <<EOF 924 $ cat >> $TESTTMP/locktester.py <<EOF
929 > import os 925 > import os
930 > from mercurial import bundle2, error, extensions 926 > from mercurial import bundle2, error, extensions
931 > def checklock(orig, repo, *args, **kwargs): 927 > def checklock(orig, repo, *args, **kwargs):