view qsync-enable.sh @ 178:3f18a6580d14

evolve: logopts was called logopt.
author Arne Babenhauserheide <bab@draketo.de>
date Tue, 27 Mar 2012 19:18:44 +0200
parents 6ff373346dd4
children f111e19b763f
line wrap: on
line source

#!/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
obsolete=XXXREPOPATHXXX/hgext/qsync.py
EOF