comparison tests/test-ssh-bundle1.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
161 $ hg ci -m "add" 161 $ hg ci -m "add"
162 162
163 updating rc 163 updating rc
164 164
165 $ echo "default-push = ssh://user@dummy/remote" >> .hg/hgrc 165 $ echo "default-push = ssh://user@dummy/remote" >> .hg/hgrc
166 $ echo "[ui]" >> .hg/hgrc
167 $ echo "ssh = \"$PYTHON\" \"$TESTDIR/dummyssh\"" >> .hg/hgrc
168 166
169 find outgoing 167 find outgoing
170 168
171 $ hg out ssh://user@dummy/remote 169 $ hg out ssh://user@dummy/remote
172 comparing with ssh://user@dummy/remote 170 comparing with ssh://user@dummy/remote
460 > EOF 458 > EOF
461 459
462 $ cat >> .hg/hgrc << EOF 460 $ cat >> .hg/hgrc << EOF
463 > [paths] 461 > [paths]
464 > default-push = ssh://user@dummy/remote 462 > default-push = ssh://user@dummy/remote
465 > [ui]
466 > [extensions] 463 > [extensions]
467 > localwrite = localwrite.py 464 > localwrite = localwrite.py
468 > EOF 465 > EOF
469 466
470 $ echo localwrite > foo 467 $ echo localwrite > foo