tests/narrow-library.sh
author Augie Fackler <augie@google.com>
Wed, 04 Apr 2018 12:16:50 -0700
changeset 37341 d62d2e346acf
parent 36195 2405ca783672
child 40900 bcf70058af90
permissions -rw-r--r--
simplestorerepo: avoid shadowing dict in list comprehension over dict Caught by pyflakes. Differential Revision: https://phab.mercurial-scm.org/D3077

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