tests/narrow-library.sh
author Pulkit Goyal <7895pulkit@gmail.com>
Mon, 26 Feb 2018 23:54:40 +0530
changeset 36480 d478c8cd89d1
parent 36195 2405ca783672
child 40900 bcf70058af90
permissions -rw-r--r--
py3: convert bytes to str using encoding.strfromlocal using encoding.strfromlocal because sender is provided from user config or argument. Differential Revision: https://phab.mercurial-scm.org/D2460

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