comparison templates/data @ 341:17be3fccf9dc

downloads: fix link text and link targets for TortoiseHg 1.1.6.1 TortoiseHg 1.1.6.1 is an important bugfix of TortoiseHg 1.1.6
author Adrian Buehlmann <adrian@cadifra.com>
date Fri, 19 Nov 2010 13:08:59 +0100
parents 2671800c4e38
children
comparison
equal deleted inserted replaced
340:2671800c4e38 341:17be3fccf9dc
1 {% set downloads = { 1 {% set downloads = {
2 'current': '1.7.1', 2 'current': '1.7.1',
3 '1.7.1' : { 3 '1.7.1' : {
4 'TortoiseHG for Windows 64bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.1.6-hg-1.7.1-x64.msi', 4 'TortoiseHg for Windows 64bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.1.6.1-hg-1.7.1-x64.msi',
5 'TortoiseHG for Windows 32bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.1.6-hg-1.7.1-x86.msi', 5 'TortoiseHg for Windows 32bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.1.6.1-hg-1.7.1-x86.msi',
6 'Windows': 'http://bitbucket.org/tortoisehg/thg-winbuild/downloads/mercurial-1.7.1.msi', 6 'Windows': 'http://bitbucket.org/tortoisehg/thg-winbuild/downloads/mercurial-1.7.1.msi',
7 'Mac OS X 10.6': 'http://mercurial.berkwood.com/binaries/Mercurial-1.7.1-py2.6-macosx10.6.zip', 7 'Mac OS X 10.6': 'http://mercurial.berkwood.com/binaries/Mercurial-1.7.1-py2.6-macosx10.6.zip',
8 'Mac OS X 10.5': 'http://mercurial.berkwood.com/binaries/Mercurial-1.7.1-py2.5-macosx10.5.zip', 8 'Mac OS X 10.5': 'http://mercurial.berkwood.com/binaries/Mercurial-1.7.1-py2.5-macosx10.5.zip',
9 'Source code': 'http://mercurial.selenic.com/release/mercurial-1.7.1.tar.gz'}, 9 'Source code': 'http://mercurial.selenic.com/release/mercurial-1.7.1.tar.gz'},
10 '1.7' : { 10 '1.7' : {