qsync-enable.sh
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Tue, 31 Jul 2012 15:04:59 +0200
branchstable
changeset 408 6b2f50c81967
parent 190 f111e19b763f
permissions -rwxr-xr-x
hook: work around insanely huge value in obsolete pushkey call The value is not that useful and make shell call explode.

#!/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