sources = [
 ["2.0.2", ".*Macintosh.*10.5.*", "http://mercurial.berkwood.com/binaries/Mercurial-2.0.2-py2.5-macosx10.5.zip", "Mercurial 2.0.2 for MacOS X 10.5"],
 ["2.1", ".*Macintosh.*10.6.*", "http://mercurial.berkwood.com/binaries/Mercurial-2.1-py2.6-macosx10.6.zip", "Mercurial 2.1 for MacOS X 10.6"],
 ["2.1", ".*Macintosh.*10.7.*", "http://mercurial.berkwood.com/binaries/Mercurial-2.1-py2.7-macosx10.7.zip", "Mercurial 2.1 for MacOS X 10.7"],
 ["2.1", ".*Windows.*", "http://bitbucket.org/tortoisehg/thg/downloads/tortoisehg-2.3.0-hg-2.1-x64.msi", "TortoiseHg 2.3 with Mercurial 2.1 - x64 Windows"],
 ["2.1", ".*Windows.*", "http://bitbucket.org/tortoisehg/thg/downloads/tortoisehg-2.3.0-hg-2.1-x86.msi", "TortoiseHg 2.3 with Mercurial 2.1 - x86 Windows"],
 ["2.1", ".*Windows.*", "http://mercurial.selenic.com/release/windows/mercurial-2.1.0-x64.msi", "Mercurial 2.1 MSI installer - x64 Windows - requires admin rights"],
 ["2.1", ".*Windows.*", "http://mercurial.selenic.com/release/windows/mercurial-2.1.0-x86.msi", "Mercurial 2.1 MSI installer - x86 Windows - requires admin rights"],
 ["2.1", ".*Windows.*", "http://mercurial.selenic.com/release/windows/Mercurial-2.1.exe", "Mercurial 2.1 Inno Setup installer - x86 Windows - does not require admin rights"],
 ["2.1", ".*Windows.*(WOW|x)64.*", "http://mercurial.selenic.com/release/windows/Mercurial-2.1-x64.exe", "Mercurial 2.1 Inno Setup installer - x64 Windows - does not require admin rights"],
 ["2.1", ".*Windows.*", "http://mercurial.selenic.com/release/windows/mercurial-2.1.win-amd64-py2.6.exe", "Mercurial 2.1 Python 2.6 package - x64 Windows"],
 ["2.1", ".*Windows.*", "http://mercurial.selenic.com/release/windows/mercurial-2.1.win32-py2.6.exe", "Mercurial 2.1 Python 2.6 package - x86 Windows"],
 ["2.1", ".*", "http://mercurial.selenic.com/release/mercurial-2.1.tar.gz", "Mercurial 2.1 source release"]]

