Mercurial > hgbook
diff en/Makefile @ 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 | 5ecf66974def |
children | dc3d42f3a288 |
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,')