view templates/data @ 300:a2be6892b348

downloads: Downloads for Mercurial 1.5
author David Soria Parra <dsp@php.net>
date Sun, 07 Mar 2010 23:01:14 +0100
parents 6c1abf854251
children d5dbae3f0386
line wrap: on
line source

{% set downloads = {
    'current': '1.5',
    '1.5' : {
        'TortoiseHG for Windows 64bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.0-hg-1.5-x64.msi',
        'TortoiseHG for Windows 32bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.0-hg-1.5-x86.msi',
        'Windows': 'http://bitbucket.org/tortoisehg/thg-winbuild/downloads/mercurial-1.5.msi',
        'Mac OS X 10.6': 'http://mercurial.berkwood.com/binaries/Mercurial-1.5-py2.6-macosx10.6.zip',
        'Mac OS X 10.5': 'http://mercurial.berkwood.com/binaries/Mercurial-1.5-py2.5-macosx10.5.zip',
        'Source code': 'http://mercurial.selenic.com/release/mercurial-1.5.tar.gz'},
    '1.4.3' : {
        'Windows (TortoiseHg)': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-0.9.3-hg-1.4.3.exe',
        'Windows': 'http://bitbucket.org/tortoisehg/thg-winbuild/downloads/mercurial-1.4.3.exe',
        'Mac OS X 10.6': 'http://mercurial.berkwood.com/binaries/Mercurial-1.4.3-py2.6-macosx10.6.zip',
        'Mac OS X 10.5': 'http://mercurial.berkwood.com/binaries/Mercurial-1.4.3-py2.5-macosx10.5.zip',
        'Source code': 'http://mercurial.selenic.com/release/mercurial-1.4.3.tar.gz'},
    '1.4.2': {
        'Windows (TortoiseHg)': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-0.9.2-1-hg-1.4.2.exe',
        'Windows': 'http://bitbucket.org/tortoisehg/thg-winbuild/downloads/mercurial-1.4.2.exe',
        'Mac OS X 10.6': 'http://mercurial.berkwood.com/binaries/Mercurial-1.4.2-py2.6-macosx10.6.zip',
        'Mac OS X 10.5': 'http://mercurial.berkwood.com/binaries/Mercurial-1.4.2-py2.5-macosx10.5.zip',
        'Source code': 'http://mercurial.selenic.com/release/mercurial-1.4.2.tar.gz'},
    '1.4.1': {
        'Windows (TortoiseHg)': 'http://bitbucket.org/tortoisehg/stable/downloads/TortoiseHg-0.9.1.1-hg-1.4.1.exe',
        'Windows': 'http://mercurial.berkwood.com/binaries/Mercurial-1.4.1.exe',
        'Mac OS X 10.6': 'http://mercurial.berkwood.com/binaries/Mercurial-1.4.1-py2.6-macosx10.6.zip',
        'Mac OS X 10.5': 'http://mercurial.berkwood.com/binaries/Mercurial-1.4.1-py2.5-macosx10.5.zip',
        'Source code': 'http://mercurial.selenic.com/release/mercurial-1.4.1.tar.gz'},
    '1.4': {
        'Windows (TortoiseHg)': 'http://bitbucket.org/tortoisehg/stable/downloads/TortoiseHg-0.9-hg-1.4.exe',
        'Windows': 'http://mercurial.berkwood.com/binaries/Mercurial-1.4.exe',
        'Mac OS X 10.6': 'http://mercurial.berkwood.com/binaries/Mercurial-1.4-py2.6-macosx10.6.zip',
        'Mac OS X 10.5': 'http://mercurial.berkwood.com/binaries/Mercurial-1.4-py2.5-macosx10.5.zip',
        'Source code': 'http://mercurial.selenic.com/release/mercurial-1.4.tar.gz'},
    '1.3.1': {
        'Windows (TortoiseHg)': 'http://bitbucket.org/tortoisehg/stable/downloads/TortoiseHg-0.8.1-hg-1.3.1.exe',
        'Windows': 'http://mercurial.berkwood.com/binaries/Mercurial-1.3.1.exe',
        'Mac OS X 10.6': 'http://mercurial.berkwood.com/binaries/Mercurial-1.3.1-py2.6-macosx10.6.zip',
        'Mac OS X 10.5': 'http://mercurial.berkwood.com/binaries/Mercurial-1.3.1-py2.5-macosx10.5.zip',
        'Source code': 'http://mercurial.selenic.com/release/mercurial-1.3.1.tar.gz'}}
%}