qsync-enable.sh
author Patrick Mezard <patrick@mezard.eu>
Wed, 25 Jul 2012 17:28:32 +0200
branchstable
changeset 374 2c969d1b18e0
parent 190 f111e19b763f
permissions -rwxr-xr-x
obsolete: change warning output to match mercurial core on The new messages were introduced by hg@12fdaa30063a.

#!/bin/sh

here=`readlink -f "$0"`
repo_root=`dirname "$here"`



cat << EOF >&2
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXX Add lines below to the [extensions] section of you hgrc XXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX


EOF

cat << EOF | sed -e "s#XXXREPOPATHXXX#${repo_root}#"
[extensions]
# experimental extensions for mq export
qsync=XXXREPOPATHXXX/hgext/qsync.py
EOF