changeset 315:5bd86f67ebb3

Merge http://hg.grauw.nl/hg-website/
author David Soria Parra <dsp@php.net>
date Mon, 24 May 2010 10:51:18 +0200
parents 8ed8a4121eac (diff) 657b465caaa2 (current diff)
children f510cd3f37fc
files
diffstat 2 files changed, 10 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/.hgsubstate	Sun May 16 14:48:58 2010 +0200
+++ b/.hgsubstate	Mon May 24 10:51:18 2010 +0200
@@ -1,2 +1,2 @@
-07ceab91d0279185ac32391ec12452ab01f57138 content
-45a55e6ff46e584ccb56ae0b5248892f9104c791 rendered
+462c9cfd0e60057b0c6398532c20233e79b85f24 content
+474a41bdd8df23692e3feaaeeac1a340f360897f rendered
--- a/templates/data	Sun May 16 14:48:58 2010 +0200
+++ b/templates/data	Mon May 24 10:51:18 2010 +0200
@@ -1,5 +1,12 @@
 {% set downloads = {
-    'current': '1.5.2',
+    'current': '1.5.3',
+    '1.5.3' : {
+        'TortoiseHG for Windows 64bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.0.3-hg-1.5.3-x64.msi',
+        'TortoiseHG for Windows 32bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.0.3-hg-1.5.3-x86.msi',
+        'Windows': 'http://bitbucket.org/tortoisehg/thg-winbuild/downloads/mercurial-1.5.3.msi',
+        'Mac OS X 10.6': 'http://mercurial.berkwood.com/binaries/Mercurial-1.5.3-py2.6-macosx10.6.zip',
+        'Mac OS X 10.5': 'http://mercurial.berkwood.com/binaries/Mercurial-1.5.3-py2.5-macosx10.5.zip',
+        'Source code': 'http://mercurial.selenic.com/release/mercurial-1.5.3.tar.gz'},
     '1.5.2' : {
         'TortoiseHG for Windows 64bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.0.2-hg-1.5.2-x64.msi',
         'TortoiseHG for Windows 32bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.0.2-hg-1.5.2-x86.msi',