changeset 195:959357d01607

Merge with myself.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon, 16 Apr 2007 14:43:23 -0700
parents a8cc7fa833a3 (current diff) 08d64601d4bd (diff)
children 4237e45506ee
files en/00book.tex en/Makefile
diffstat 2 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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
 
--- 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,')