Mercurial > hg-website
comparison templates/data @ 307:422c3b7cc6d4
downloads: Downloads for Mercurial 1.5.2
author | David Soria Parra <dsp@php.net> |
---|---|
date | Mon, 03 May 2010 09:26:55 +0200 |
parents | d5dbae3f0386 |
children | 8ed8a4121eac |
comparison
equal
deleted
inserted
replaced
306:f43c5192b49e | 307:422c3b7cc6d4 |
---|---|
1 {% set downloads = { | 1 {% set downloads = { |
2 'current': '1.5', | 2 'current': '1.5.2', |
3 '1.5.2' : { | |
4 'TortoiseHG for Windows 64bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.0.2-hg-1.5.2-x64.msi', | |
5 'TortoiseHG for Windows 32bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.0.2-hg-1.5.2-x86.msi', | |
6 'Windows': 'http://bitbucket.org/tortoisehg/thg-winbuild/downloads/mercurial-1.5.2.msi', | |
7 'Mac OS X 10.6': 'http://mercurial.berkwood.com/binaries/Mercurial-1.5.2-py2.6-macosx10.6.zip', | |
8 'Mac OS X 10.5': 'http://mercurial.berkwood.com/binaries/Mercurial-1.5.2-py2.5-macosx10.5.zip', | |
9 'Source code': 'http://mercurial.selenic.com/release/mercurial-1.5.2.tar.gz'}, | |
3 '1.5' : { | 10 '1.5' : { |
4 'TortoiseHG for Windows 64bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.0-hg-1.5-x64.msi', | 11 'TortoiseHG for Windows 64bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.0-hg-1.5-x64.msi', |
5 'TortoiseHG for Windows 32bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.0-hg-1.5-x86.msi', | 12 'TortoiseHG for Windows 32bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.0-hg-1.5-x86.msi', |
6 'Windows': 'http://bitbucket.org/tortoisehg/thg-winbuild/downloads/mercurial-1.5.0.msi', | 13 'Windows': 'http://bitbucket.org/tortoisehg/thg-winbuild/downloads/mercurial-1.5.0.msi', |
7 'Mac OS X 10.6': 'http://mercurial.berkwood.com/binaries/Mercurial-1.5-py2.6-macosx10.6.zip', | 14 'Mac OS X 10.6': 'http://mercurial.berkwood.com/binaries/Mercurial-1.5-py2.6-macosx10.6.zip', |