view tests/narrow-library.sh @ 36121:3a763d7f40e1

py3: make dummyssh compatible with Python 3 Required encoding a str to bytes and writing bytes to a file descriptor. Differential Revision: https://phab.mercurial-scm.org/D2170
author Gregory Szorc <gregory.szorc@gmail.com>
date Sun, 11 Feb 2018 19:11:17 -0800
parents a2a6e724d61a
children 2405ca783672
line wrap: on
line source

cat >> $HGRCPATH <<EOF
[extensions]
narrow=
[ui]
ssh=python "$TESTDIR/dummyssh"
[experimental]
bundle2-exp = True
changegroup3 = True
EOF