##// END OF EJS Templates
tests: setup dummyssh as the default ssh...
tests: setup dummyssh as the default ssh To significantly reduce boilerplate in tests. One test is updated to show that it works, I expect to do the rest in follow up commits. Differential Revision: https://phab.mercurial-scm.org/D11244

File last commit:

r47858:1d075b85 stable
r48731:a28a7dcb default
Show More
narrow-library.sh
8 lines | 125 B | application/x-sh | BashLexer
/ tests / narrow-library.sh
Augie Fackler
narrow: import experimental extension from narrowhg revision cb51d673e9c5...
r36096 cat >> $HGRCPATH <<EOF
[extensions]
narrow=
[ui]
Matt Harbison
tests: ensure `$PYTHON` is quoted for Windows...
r47858 ssh="$PYTHON" "$RUNTESTDIR/dummyssh"
Augie Fackler
narrow: import experimental extension from narrowhg revision cb51d673e9c5...
r36096 [experimental]
changegroup3 = True
EOF