changeset 269:abfe426f7e08

Kill off the hideous pink text from HTML.
author Bryan O'Sullivan <bos@serpentine.com>
date Fri, 31 Aug 2007 12:56:49 -0700
parents ca475a9e2e59
children 4c767178c1aa
files en/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/en/Makefile	Fri Aug 31 12:48:44 2007 -0700
+++ b/en/Makefile	Fri Aug 31 12:56:49 2007 -0700
@@ -103,7 +103,7 @@
 
 hg = $(shell which hg)
 
-hg-id = $(shell hg parents --template '{node|short} \(dated {date|isodate}\)\n')
+hg-id = $(shell hg parents --template '{node|short}, dated {date|isodate},\n')
 
 hg-version = $(shell hg version -q | \
 		     sed 's,.*(version \(unknown\|[a-f0-9+]*\)),\1,')