view tests/narrow-library.sh @ 48072:d919b0ca8449

rhg: add support for calling `rhg cat` without a revision Turns out the necessary pieces were there already. Like the Python implementation, we default to the first parent of the dirstate. Differential Revision: https://phab.mercurial-scm.org/D11377
author Raphaël Gomès <rgomes@octobus.net>
date Wed, 01 Sep 2021 16:13:25 +0200
parents 0c92cd9286ee
children
line wrap: on
line source

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