tests/narrow-library.sh
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 15 Jan 2020 15:30:25 -0800
changeset 44317 f546d2170b0f
parent 40900 bcf70058af90
child 46027 d72378f93a44
permissions -rw-r--r--
merge: introduce a clean_update() for that use-case I find it hard to understand what value to pass for all the arguments to `merge.update()`. I would like to introduce functions that are more specific to each use-case. We already have `graft()`. This patch introduces a `clean_update()` and uses it in some places to show that it works. Differential Revision: https://phab.mercurial-scm.org/D7902

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