qsync-enable.sh
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Tue, 22 May 2012 10:35:04 +0200
changeset 248 3538b06ae2d2
parent 190 f111e19b763f
permissions -rwxr-xr-x
[doc] changes location of repo We now have a "stable" repo on bitbucket and a dev repo on logilab hg lab.

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