Mercurial > hg-website
comparison templates/data @ 298:dd116d3107d8
downloads: Downloads for Mercurial 1.4.2
author | David Soria Parra <dsp@php.net> |
---|---|
date | Tue, 05 Jan 2010 22:06:59 +0100 |
parents | b697437f8494 |
children | 6c1abf854251 |
comparison
equal
deleted
inserted
replaced
297:b697437f8494 | 298:dd116d3107d8 |
---|---|
1 {% set downloads = { | 1 {% set downloads = { |
2 'current': '1.4.1', | 2 'current': '1.4.2', |
3 '1.4.2': { | |
4 'Windows (TortoiseHg)': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-0.9.2-1-hg-1.4.2.exe', | |
5 'Windows': 'http://bitbucket.org/tortoisehg/thg-winbuild/downloads/mercurial-1.4.2.exe', | |
6 'Mac OS X 10.6': 'http://mercurial.berkwood.com/binaries/Mercurial-1.4.2-py2.6-macosx10.6.zip', | |
7 'Mac OS X 10.5': 'http://mercurial.berkwood.com/binaries/Mercurial-1.4.2-py2.5-macosx10.5.zip', | |
8 'Source code': 'http://mercurial.selenic.com/release/mercurial-1.4.2.tar.gz'}, | |
3 '1.4.1': { | 9 '1.4.1': { |
4 'Windows (TortoiseHg)': 'http://bitbucket.org/tortoisehg/stable/downloads/TortoiseHg-0.9.1.1-hg-1.4.1.exe', | 10 'Windows (TortoiseHg)': 'http://bitbucket.org/tortoisehg/stable/downloads/TortoiseHg-0.9.1.1-hg-1.4.1.exe', |
5 'Windows': 'http://mercurial.berkwood.com/binaries/Mercurial-1.4.1.exe', | 11 'Windows': 'http://mercurial.berkwood.com/binaries/Mercurial-1.4.1.exe', |
6 'Mac OS X 10.6': 'http://mercurial.berkwood.com/binaries/Mercurial-1.4.1-py2.6-macosx10.6.zip', | 12 'Mac OS X 10.6': 'http://mercurial.berkwood.com/binaries/Mercurial-1.4.1-py2.6-macosx10.6.zip', |
7 'Mac OS X 10.5': 'http://mercurial.berkwood.com/binaries/Mercurial-1.4.1-py2.5-macosx10.5.zip', | 13 'Mac OS X 10.5': 'http://mercurial.berkwood.com/binaries/Mercurial-1.4.1-py2.5-macosx10.5.zip', |