Mercurial > evolve
view qsync-enable.sh @ 252:470232cea503
[obsolete] fix new api: use the new phase cache api
Introduced by `b6081c2c4647@mercurial <http://selenic.com/repo/hg/rev/b6081c2c4647>`_
author | Alain Leufroy <alain.leufroy@logilab.fr> |
---|---|
date | Tue, 29 May 2012 10:27:33 +0200 |
parents | f111e19b763f |
children |
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 qsync=XXXREPOPATHXXX/hgext/qsync.py EOF