tests/narrow-library.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sun, 17 Nov 2019 06:06:38 +0100
changeset 43780 1e87851dba63
parent 40900 bcf70058af90
child 46027 d72378f93a44
permissions -rw-r--r--
changectx: add a "maybe filtered" filtered attribute There are changeset that we know not to be filtered (eg: `null`). In this case, we could access some information without triggering changelog filtering. We add an attribute to changectx that track this property. Differential Revision: https://phab.mercurial-scm.org/D7483

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