comparison tests/test-ssh.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
147 $ hg ci -m "add" 147 $ hg ci -m "add"
148 148
149 updating rc 149 updating rc
150 150
151 $ echo "default-push = ssh://user@dummy/remote" >> .hg/hgrc 151 $ echo "default-push = ssh://user@dummy/remote" >> .hg/hgrc
152 $ echo "[ui]" >> .hg/hgrc
153 $ echo "ssh = \"$PYTHON\" \"$TESTDIR/dummyssh\"" >> .hg/hgrc
154 152
155 find outgoing 153 find outgoing
156 154
157 $ hg out ssh://user@dummy/remote 155 $ hg out ssh://user@dummy/remote
158 comparing with ssh://user@dummy/remote 156 comparing with ssh://user@dummy/remote
513 > EOF 511 > EOF
514 512
515 $ cat >> .hg/hgrc << EOF 513 $ cat >> .hg/hgrc << EOF
516 > [paths] 514 > [paths]
517 > default-push = ssh://user@dummy/remote 515 > default-push = ssh://user@dummy/remote
518 > [ui]
519 > [extensions] 516 > [extensions]
520 > localwrite = localwrite.py 517 > localwrite = localwrite.py
521 > EOF 518 > EOF
522 519
523 $ echo localwrite > foo 520 $ echo localwrite > foo