hgbook

changeset 185:404e7951dd04

Add rev date.
author Bryan O'Sullivan <bos@serpentine.com>
date Thu Apr 05 23:35:18 2007 -0700 (2007-04-05)
parents 7b812c428074
children 08d64601d4bd
files en/00book.tex en/Makefile
line diff
     1.1 --- a/en/00book.tex	Thu Apr 05 23:28:06 2007 -0700
     1.2 +++ b/en/00book.tex	Thu Apr 05 23:35:18 2007 -0700
     1.3 @@ -19,7 +19,7 @@
     1.4    This material may be distributed only subject to the terms and
     1.5    conditions set forth in version 1.0 of the Open Publication License.
     1.6    Please refer to Appendix~\ref{cha:opl} for the license text.\\
     1.7 -  This book was prepared from revision \input{build_id} of its sources
     1.8 +  This book was prepared from revision \input{build_id}
     1.9    using revision \input{hg_id} of Mercurial.}
    1.10  
    1.11  \makeindex
     2.1 --- a/en/Makefile	Thu Apr 05 23:28:06 2007 -0700
     2.2 +++ b/en/Makefile	Thu Apr 05 23:35:18 2007 -0700
     2.3 @@ -94,7 +94,7 @@
     2.4  
     2.5  hg = $(shell which hg)
     2.6  
     2.7 -hg-id = $(shell hg parents --template '{node|short}\n')
     2.8 +hg-id = $(shell hg parents --template '{node|short} \(dated {date|isodate}\)\n')
     2.9  
    2.10  hg-version = $(shell hg version -q | \
    2.11  		     sed 's,.*(version \(unknown\|[a-f0-9]*\)),\1,')