Mercurial > hg-website
changeset 40:4725663ced4b
Added dummy download link for others OSs than OSX and Linux and changed the Python requirement to the 2.4 which is required by TortoiseHG (Mercurial itself only needs 2.3).
author | Arne Babenhauserheide <bab@draketo.de> |
---|---|
date | Mon, 16 Feb 2009 11:37:12 +0100 |
parents | ca184d32eb91 |
children | 6226177c4ab2 |
files | src/en/index.html |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/en/index.html Mon Feb 16 11:19:08 2009 +0100 +++ b/src/en/index.html Mon Feb 16 11:37:12 2009 +0100 @@ -44,11 +44,12 @@ </a> <dl> <dt class="typeface-js">Requirements</dt> - <dd>Python 2.5 (<a href="http://www.python.org">get python</a>)</dd> + <dd>Python 2.4 (<a href="http://www.python.org">get python</a>)</dd> <dt>Another OS?<br><em>Get mercurial for:</em></dt> <dd><a href="javascript:void(0);">Mac OS X</a></dd> <dd><a href="javascript:void(0);">Linux</a></dd> + <dd><a href="javascript:void(0);">others</a></dd> </dl> </div> </div>