view templates/data @ 297:b697437f8494

downloads: Updated TortoiseHg download
author David Soria Parra <dsp@php.net>
date Thu, 03 Dec 2009 15:10:21 +0100
parents a55b41733185
children dd116d3107d8
line wrap: on
line source

{% set downloads = {
    'current': '1.4.1',
    '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'}}
%}