Mercurial > evolve
view qsync-enable.sh @ 253:8ee6c5b98d73
[obsolete] fix new api: be more flexible on rebase's buildstate signature
Introduced by `d1afbf03e69a@mercurial <http://selenic.com/repo/hg/rev/d1afbf03e69a>`_
author | Alain Leufroy <alain.leufroy@logilab.fr> |
---|---|
date | Tue, 29 May 2012 11:15:19 +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