tests/narrow-library.sh
author Gregory Szorc <gregory.szorc@gmail.com>
Thu, 08 Mar 2018 17:57:07 -0800
changeset 36851 d6cd1451212e
parent 36157 2405ca783672
child 40882 bcf70058af90
permissions -rw-r--r--
hgweb: remove wsgirequest.read() This was just a proxy to self.inp.read(). This method serves little value. Let's nuke it. Callers in the wire protocol server have been updated accordingly. Differential Revision: https://phab.mercurial-scm.org/D2748

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