comparison enable.sh @ 364:616305c63510 stable

doc: cleanup in caveat and 2.1 compat
author Pierre-Yves.David@ens-lyon.org
date Sun, 15 Jul 2012 12:57:22 +0200
parents f4a00b2d8bfb
children 9720ac97445f
comparison
equal deleted inserted replaced
363:5280e7ce026d 364:616305c63510
1 #!/bin/sh 1 #!/bin/sh
2 2
3 here=`python -c "import os; print os.path.realpath('$0')"` 3 here=`python -c "import os; print os.path.realpath('$0')"`
4 repo_root=`dirname "$here"` 4 repo_root=`dirname "$here"`
5 5
6 if !( hg --version -q | grep -qe 'version 2\.[1-9]' ); then 6 if !( hg --version -q | grep -qe 'version 2\.[2-9]' ); then
7 echo 'You need mercurial 2.1 or later' >&2 7 echo 'You need mercurial 2.2 or later' >&2
8 exit 2 8 exit 2
9 fi 9 fi
10 10
11 11
12 12