# HG changeset patch # User Pierre-Yves David # Date 1346072171 -7200 # Node ID 97c559ae10ca7285f635f38e4dc503c61b9811dc # Parent 46f1597bcfe6a28503a95fea2e19f8bbe5e71b27 remove old qsync enable file diff -r 46f1597bcfe6 -r 97c559ae10ca qsync-enable.sh --- a/qsync-enable.sh Mon Aug 27 14:54:26 2012 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -#!/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