tests/narrow-library.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 19 May 2022 23:39:42 +0100
changeset 49227 2bcf5e14bb7e
parent 47921 0c92cd9286ee
permissions -rw-r--r--
deltas: add a `debug.revlog.debug-delta` config option enable output This provide a way to enable the code introduced in the previous changeset. This will provide a large amount of output when applying a bundle with details about each delta "computation".

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