tests/narrow-library.sh
author Matt Harbison <matt_harbison@yahoo.com>
Fri, 12 Mar 2021 19:02:07 -0500
branchstable
changeset 46788 693991ccfc49
parent 46012 d72378f93a44
child 47063 1d075b857c90
permissions -rw-r--r--
crecord: null out the curses attribute with `None` on failure to import Pytype got really confused that this could be `Union[module, bool]`, and spewed about tons of attributes that are not available on `bool`. Differential Revision: https://phab.mercurial-scm.org/D10210

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