# HG changeset patch # User Bryan O'Sullivan # Date 1188590209 25200 # Node ID abfe426f7e08311d2f972f22128ea09b91c2e133 # Parent ca475a9e2e59ee74c3e4b0eeece276f8aca812e2 Kill off the hideous pink text from HTML. diff -r ca475a9e2e59 -r abfe426f7e08 en/Makefile --- 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,')