comparison templates/data @ 292:0e4c3d6a2fe7

Fix typo Tortoise HG -> TortoiseHg
author David Soria Parra <dsp@php.net>
date Thu, 19 Nov 2009 01:14:24 +0100
parents 257adca09001
children a55b41733185
comparison
equal deleted inserted replaced
291:257adca09001 292:0e4c3d6a2fe7
1 {% set downloads = { 1 {% set downloads = {
2 'current': '1.4', 2 'current': '1.4',
3 '1.4': { 3 '1.4': {
4 'Windows (Tortoise HG)': 'http://bitbucket.org/tortoisehg/stable/downloads/TortoiseHg-0.9-hg-1.4.exe', 4 'Windows (TortoiseHg)': 'http://bitbucket.org/tortoisehg/stable/downloads/TortoiseHg-0.9-hg-1.4.exe',
5 'Windows': 'http://mercurial.berkwood.com/binaries/Mercurial-1.4.exe', 5 'Windows': 'http://mercurial.berkwood.com/binaries/Mercurial-1.4.exe',
6 'Mac OS X 10.6': 'http://mercurial.berkwood.com/binaries/Mercurial-1.4-py2.6-macosx10.6.zip', 6 'Mac OS X 10.6': 'http://mercurial.berkwood.com/binaries/Mercurial-1.4-py2.6-macosx10.6.zip',
7 'Mac OS X 10.5': 'http://mercurial.berkwood.com/binaries/Mercurial-1.4-py2.5-macosx10.5.zip', 7 'Mac OS X 10.5': 'http://mercurial.berkwood.com/binaries/Mercurial-1.4-py2.5-macosx10.5.zip',
8 'Source code': 'http://mercurial.selenic.com/release/mercurial-1.4.tar.gz'}, 8 'Source code': 'http://mercurial.selenic.com/release/mercurial-1.4.tar.gz'},
9 '1.3.1': { 9 '1.3.1': {
10 'Windows (Tortoise HG)': 'http://bitbucket.org/tortoisehg/stable/downloads/TortoiseHg-0.8.1-hg-1.3.1.exe', 10 'Windows (TortoiseHg)': 'http://bitbucket.org/tortoisehg/stable/downloads/TortoiseHg-0.8.1-hg-1.3.1.exe',
11 'Windows': 'http://mercurial.berkwood.com/binaries/Mercurial-1.3.1.exe', 11 'Windows': 'http://mercurial.berkwood.com/binaries/Mercurial-1.3.1.exe',
12 'Mac OS X 10.6': 'http://mercurial.berkwood.com/binaries/Mercurial-1.3.1-py2.6-macosx10.6.zip', 12 'Mac OS X 10.6': 'http://mercurial.berkwood.com/binaries/Mercurial-1.3.1-py2.6-macosx10.6.zip',
13 'Mac OS X 10.5': 'http://mercurial.berkwood.com/binaries/Mercurial-1.3.1-py2.5-macosx10.5.zip', 13 'Mac OS X 10.5': 'http://mercurial.berkwood.com/binaries/Mercurial-1.3.1-py2.5-macosx10.5.zip',
14 'Source code': 'http://mercurial.selenic.com/release/mercurial-1.3.1.tar.gz'}} 14 'Source code': 'http://mercurial.selenic.com/release/mercurial-1.3.1.tar.gz'}}
15 %} 15 %}