Mercurial > hg-website
comparison templates/data @ 334:37b46f4fd5f8
downlodas: mercurial 1.6.3
author | David Soria Parra <dsp@php.net> |
---|---|
date | Mon, 30 Aug 2010 05:35:59 +0200 |
parents | 5ff08eb28739 |
children | 7ff6e52fcca9 |
comparison
equal
deleted
inserted
replaced
333:5ff08eb28739 | 334:37b46f4fd5f8 |
---|---|
1 {% set downloads = { | 1 {% set downloads = { |
2 'current': '1.6.2', | 2 'current': '1.6.3', |
3 '1.6.3' : { | |
4 'TortoiseHG for Windows 64bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.1.3-hg-1.6.3-x64.msi', | |
5 'TortoiseHG for Windows 32bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.1.3-hg-1.6.3-x86.msi', | |
6 'Windows': 'http://bitbucket.org/tortoisehg/thg-winbuild/downloads/mercurial-1.6.3.msi', | |
7 'Mac OS X 10.6': 'http://mercurial.berkwood.com/binaries/Mercurial-1.6.3-py2.6-macosx10.6.zip', | |
8 'Mac OS X 10.5': 'http://mercurial.berkwood.com/binaries/Mercurial-1.6.3-py2.5-macosx10.5.zip', | |
9 'Source code': 'http://mercurial.selenic.com/release/mercurial-1.6.3.tar.gz'}, | |
3 '1.6.2' : { | 10 '1.6.2' : { |
4 'TortoiseHG for Windows 64bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.1.2-hg-1.6.2-x64.msi', | 11 'TortoiseHG for Windows 64bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.1.2-hg-1.6.2-x64.msi', |
5 'TortoiseHG for Windows 32bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.1.2-hg-1.6.2-x86.msi', | 12 'TortoiseHG for Windows 32bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.1.2-hg-1.6.2-x86.msi', |
6 'Windows': 'http://bitbucket.org/tortoisehg/thg-winbuild/downloads/mercurial-1.6.2.msi', | 13 'Windows': 'http://bitbucket.org/tortoisehg/thg-winbuild/downloads/mercurial-1.6.2.msi', |
7 'Mac OS X 10.6': 'http://mercurial.berkwood.com/binaries/Mercurial-1.6.2-py2.6-macosx10.6.zip', | 14 'Mac OS X 10.6': 'http://mercurial.berkwood.com/binaries/Mercurial-1.6.2-py2.6-macosx10.6.zip', |