view tests/narrow-library.sh @ 41417:5c73441a47e5

crecord: always return a str from uihunk.__repr__ Otherwise Python 3 complains about it returning bytes. Differential Revision: https://phab.mercurial-scm.org/D5728
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 26 Jan 2019 16:45:25 -0800
parents bcf70058af90
children d72378f93a44
line wrap: on
line source

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