tests/narrow-library.sh
author Augie Fackler <augie@google.com>
Fri, 13 Apr 2018 23:50:17 -0400
changeset 37748 affcecf20c15
parent 36195 2405ca783672
child 40900 bcf70058af90
permissions -rw-r--r--
tests: update inline extensions in test-bundle2-exchange.t to py3 The test doesn't pass for what superficially look like good reasons. We'll need to come back to it later. # skip-blame because it's b prefixes and a couple of b'N' instead of str(N) Differential Revision: https://phab.mercurial-scm.org/D3357

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