tests/narrow-library.sh
author Augie Fackler <augie@google.com>
Tue, 23 Jul 2019 15:01:28 -0400
changeset 42652 684b56ade431
parent 40882 bcf70058af90
child 46012 d72378f93a44
permissions -rw-r--r--
fsmonitor: add support for extra `hg debuginstall` data This might make some things easier to debug, and for default bug report templates it'll help collect more data from users all at once. I don't actually need fsmonitor in our bug reports (we don't use it), but this demonstrates the utility of the preceding patches without having to add new things to core. Differential Revision: https://phab.mercurial-scm.org/D6682

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