[PATCH 1 of 3 hg-website] download: add a /manual.dat file

David Champion dgc at uchicago.edu
Sun Nov 21 12:46:08 CST 2010


# HG changeset patch
# User David Champion <dgc at uchicago.edu>
# Date 1290304597 21600
# Node ID 7cb309f3e33aa9e2c222482b7d944d91107fcff1
# Parent  871e9821b5b95ba3c24e714910e2460666f5f017
download: add a /manual.dat file

Currently berkwood.com has no published latest.dat file, so converting
hg-website to the use of sources.js would eliminate Macintosh packages
from the website.  Providing a /manual.dat file allows the hg-website
maintainers to provide packages to mpm for construction of sources.js.
It's front-loaded with current berkwood packages from the old data file.

diff -r 871e9821b5b9 -r 7cb309f3e33a static/manual.dat
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/static/manual.dat	Sat Nov 20 19:56:37 2010 -0600
@@ -0,0 +1,2 @@
+10	1.7.1	.*Macintosh.*10.6.*	http://mercurial.berkwood.com/binaries/Mercurial-1.7.1-py2.6-macosx10.6.zip	Mercurial 1.7.1 for MacOS X 10.6
+10	1.7.1	.*Macintosh.*10.5.*	http://mercurial.berkwood.com/binaries/Mercurial-1.7.1-py2.5-macosx10.5.zip	Mercurial 1.7.1 for MacOS X 10.5




More information about the Mercurial-devel mailing list