# HG changeset patch # User Bryan O'Sullivan # Date 1175841318 25200 # Node ID 404e7951dd04b829efd7cda1c1bb91d14730f5fa # Parent 7b812c4280749be2d46436fe732f2f49be873940 Add rev date. diff -r 7b812c428074 -r 404e7951dd04 en/00book.tex --- a/en/00book.tex Thu Apr 05 23:28:06 2007 -0700 +++ b/en/00book.tex Thu Apr 05 23:35:18 2007 -0700 @@ -19,7 +19,7 @@ This material may be distributed only subject to the terms and conditions set forth in version 1.0 of the Open Publication License. Please refer to Appendix~\ref{cha:opl} for the license text.\\ - This book was prepared from revision \input{build_id} of its sources + This book was prepared from revision \input{build_id} using revision \input{hg_id} of Mercurial.} \makeindex diff -r 7b812c428074 -r 404e7951dd04 en/Makefile --- a/en/Makefile Thu Apr 05 23:28:06 2007 -0700 +++ b/en/Makefile Thu Apr 05 23:35:18 2007 -0700 @@ -94,7 +94,7 @@ hg = $(shell which hg) -hg-id = $(shell hg parents --template '{node|short}\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,')