view tests/narrow-library.sh @ 44145:0b475b0b0344

debugcommands: add Python implementation to debuginstall This seems like a useful detail to print. Differential Revision: https://phab.mercurial-scm.org/D7979
author Gregory Szorc <gregory.szorc@gmail.com>
date Fri, 22 Nov 2019 20:27:09 -0800
parents bcf70058af90
children d72378f93a44
line wrap: on
line source

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