tests/narrow-library.sh
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 03 Dec 2021 21:50:25 -0800
changeset 48471 de8181c5414d
parent 47952 0c92cd9286ee
permissions -rw-r--r--
tests: remove unnecessary explicit args from `failfilemerge.py` The `failfilemerge()` function always raises an exception without looking at its arguments, so let's use `*args` and `**kwargs`. Differential Revision: https://phab.mercurial-scm.org/D11854

cat >> $HGRCPATH <<EOF
[extensions]
narrow=
[experimental]
changegroup3 = True
EOF