tests/narrow-library.sh
author Martin von Zweigbergk <martinvonz@google.com>
Sun, 10 Feb 2019 22:18:19 -0800
changeset 41686 935e06e95b91
parent 40882 bcf70058af90
child 46012 d72378f93a44
permissions -rw-r--r--
resolve: respect ui.relative-paths also for warning messages I guess this should have been part of 72a9aacff645 (resolve: respect ui.relative-paths, 2019-01-29). Differential Revision: https://phab.mercurial-scm.org/D5937

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