Mercurial > evolve
view qsync-enable.sh @ 394:f2168d0b5700 stable
qsync: ignore unexistent nodes
author | David Douard <david.douard@logilab.fr> |
---|---|
date | Wed, 18 Jul 2012 12:40:41 +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