# HG changeset patch # User Bryan O'Sullivan # Date 1176759803 25200 # Node ID 959357d0160734bdbd647c498bbf4b3d12d93841 # Parent a8cc7fa833a343cd48b747f1157dc6009983a10b# Parent 08d64601d4bd67c34bca9a9cfb8bc125b9fb927d Merge with myself. diff -r a8cc7fa833a3 -r 959357d01607 en/00book.tex --- a/en/00book.tex Mon Apr 16 14:41:41 2007 -0700 +++ b/en/00book.tex Mon Apr 16 14:43:23 2007 -0700 @@ -19,8 +19,9 @@ 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 - using revision \input{hg_id} of Mercurial.} + This book was prepared from + \href{http://hg.serpentine.com/mercurial/book/}{rev~\input{build_id}} + using \href{http://www.selenic.com/hg/}{rev~\input{hg_id}} of Mercurial.} \makeindex diff -r a8cc7fa833a3 -r 959357d01607 en/Makefile --- a/en/Makefile Mon Apr 16 14:41:41 2007 -0700 +++ b/en/Makefile Mon Apr 16 14:43:23 2007 -0700 @@ -95,7 +95,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,')