tests/narrow-library.sh
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 03 Apr 2018 13:19:35 -0700
changeset 37316 836867586b83
parent 36157 2405ca783672
child 40882 bcf70058af90
permissions -rw-r--r--
repo: remove now-unused changectx() method (API) repo.changectx(x) was just a synonym for repo[x], so any extensions that fail due to this commit should switch over to that form. Differential Revision: https://phab.mercurial-scm.org/D3037

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