sapling/tests/copytrace.sh

11 lines
156 B
Bash
Raw Normal View History

function initclient() {
cat >> $1/.hg/hgrc <<EOF
[copytrace]
remote = False
enablefilldb = True
fastcopytrace = True
[experimental]
copytrace = off
EOF
}