Mercurial > hg-website
comparison templates/data @ 316:f510cd3f37fc
downloads: Mercurial 1.5.4
author | David Soria Parra <dsp@php.net> |
---|---|
date | Wed, 02 Jun 2010 09:17:53 +0200 |
parents | 8ed8a4121eac |
children | 7da4a607bd84 |
comparison
equal
deleted
inserted
replaced
315:5bd86f67ebb3 | 316:f510cd3f37fc |
---|---|
1 {% set downloads = { | 1 {% set downloads = { |
2 'current': '1.5.3', | 2 'current': '1.5.4', |
3 '1.5.4' : { | |
4 'TortoiseHG for Windows 64bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.0.4-hg-1.5.4-x64.msi', | |
5 'TortoiseHG for Windows 32bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.0.4-hg-1.5.4-x86.msi', | |
6 'Windows': 'http://bitbucket.org/tortoisehg/thg-winbuild/downloads/mercurial-1.5.4.msi', | |
7 'Mac OS X 10.6': 'http://mercurial.berkwood.com/binaries/Mercurial-1.5.4-py2.6-macosx10.6.zip', | |
8 'Mac OS X 10.5': 'http://mercurial.berkwood.com/binaries/Mercurial-1.5.4-py2.5-macosx10.5.zip', | |
9 'Source code': 'http://mercurial.selenic.com/release/mercurial-1.5.4.tar.gz'}, | |
3 '1.5.3' : { | 10 '1.5.3' : { |
4 'TortoiseHG for Windows 64bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.0.3-hg-1.5.3-x64.msi', | 11 'TortoiseHG for Windows 64bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.0.3-hg-1.5.3-x64.msi', |
5 'TortoiseHG for Windows 32bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.0.3-hg-1.5.3-x86.msi', | 12 'TortoiseHG for Windows 32bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.0.3-hg-1.5.3-x86.msi', |
6 'Windows': 'http://bitbucket.org/tortoisehg/thg-winbuild/downloads/mercurial-1.5.3.msi', | 13 'Windows': 'http://bitbucket.org/tortoisehg/thg-winbuild/downloads/mercurial-1.5.3.msi', |
7 'Mac OS X 10.6': 'http://mercurial.berkwood.com/binaries/Mercurial-1.5.3-py2.6-macosx10.6.zip', | 14 'Mac OS X 10.6': 'http://mercurial.berkwood.com/binaries/Mercurial-1.5.3-py2.6-macosx10.6.zip', |