tests/narrow-library.sh
author Augie Fackler <augie@google.com>
Wed, 13 Nov 2019 22:21:38 -0500
changeset 43740 a58d2361b231
parent 40900 bcf70058af90
child 46027 d72378f93a44
permissions -rw-r--r--
cmdutil: add a pytype annotation to help out some callsites I think we could constrain the values here more than Any, but this lets us move forward with typechecking commands.py. Differential Revision: https://phab.mercurial-scm.org/D7381

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