Mercurial > evolve
comparison enable.sh @ 134:70c9e415242b
add a simple script to help people enabling the extension.
author | Pierre-Yves David <pierre-yves.david@logilab.fr> |
---|---|
date | Fri, 17 Feb 2012 10:35:46 +0100 |
parents | |
children | 0599fb01dc41 |
comparison
equal
deleted
inserted
replaced
133:aa182b912d62 | 134:70c9e415242b |
---|---|
1 #!/bin/sh | |
2 | |
3 here=`readlink -f "$0"` | |
4 repo_root=`dirname "$here"` | |
5 | |
6 echo "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" >&2 | |
7 echo "XXX Add the line below to the [extensions] section of you hgrc XXX" >&2 | |
8 echo "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" >&2 | |
9 echo >&2 | |
10 echo >&2 | |
11 echo "[extensions]" | |
12 echo "### experimental extensions for history rewriting" | |
13 echo | |
14 echo "# obsolete relation support (will move in core)" | |
15 echo "obsolete=${repo_root}/hgext/obsolete.py" | |
16 echo | |
17 echo "# history rewriting UI" | |
18 echo "evolve=${repo_root}/hgext/evolve.py" |