tests/narrow-library.sh
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 19 Aug 2019 10:38:38 -0700
changeset 42799 c8d3af9c7e65
parent 40900 bcf70058af90
child 46027 d72378f93a44
permissions -rw-r--r--
perf: handle NameError for `pycompat.foo` when pycompat wasn't imported On old Mercurial versions, we won't have a pycompat variable defined, and then `pycompat.foo` will raise a NameError. Differential Revision: https://phab.mercurial-scm.org/D6743

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