# HG changeset patch # User David Soria Parra # Date 1278026337 -7200 # Node ID 7da4a607bd84735e5de404d4672dd59e400f1e73 # Parent f510cd3f37fc7b1ae0dad01b38fec69a1cf13eaf downloads: Mercurial 1.6 diff -r f510cd3f37fc -r 7da4a607bd84 .hgsubstate --- a/.hgsubstate Wed Jun 02 09:17:53 2010 +0200 +++ b/.hgsubstate Fri Jul 02 01:18:57 2010 +0200 @@ -1,2 +1,2 @@ 462c9cfd0e60057b0c6398532c20233e79b85f24 content -d78a07f5c350f1a76a8bc02217323a3ea162f6dc rendered +945b5c1697de05d43f7171361640f8a214bd959c rendered diff -r f510cd3f37fc -r 7da4a607bd84 templates/data --- a/templates/data Wed Jun 02 09:17:53 2010 +0200 +++ b/templates/data Fri Jul 02 01:18:57 2010 +0200 @@ -1,5 +1,12 @@ {% set downloads = { - 'current': '1.5.4', + 'current': '1.6', + '1.6' : { + 'TortoiseHG for Windows 64bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.1-hg-1.6-x64.msi', + 'TortoiseHG for Windows 32bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.1-hg-1.6-x86.msi', + 'Windows': 'http://bitbucket.org/tortoisehg/thg-winbuild/downloads/mercurial-1.6.0.msi', + 'Mac OS X 10.6': 'http://mercurial.berkwood.com/binaries/Mercurial-1.6-py2.6-macosx10.6.zip', + 'Mac OS X 10.5': 'http://mercurial.berkwood.com/binaries/Mercurial-1.6-py2.5-macosx10.5.zip', + 'Source code': 'http://mercurial.selenic.com/release/mercurial-1.6.tar.gz'}, '1.5.4' : { 'TortoiseHG for Windows 64bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.0.4-hg-1.5.4-x64.msi', 'TortoiseHG for Windows 32bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.0.4-hg-1.5.4-x86.msi',