hgbook

changeset 195:959357d01607

Merge with myself.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Apr 16 14:43:23 2007 -0700 (2007-04-16)
parents a8cc7fa833a3 08d64601d4bd
children 4237e45506ee
files en/00book.tex en/Makefile
line diff
     1.1 --- a/en/00book.tex	Mon Apr 16 14:41:41 2007 -0700
     1.2 +++ b/en/00book.tex	Mon Apr 16 14:43:23 2007 -0700
     1.3 @@ -19,8 +19,9 @@
     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 -  using revision \input{hg_id} of Mercurial.}
     1.9 +  This book was prepared from
    1.10 +  \href{http://hg.serpentine.com/mercurial/book/}{rev~\input{build_id}}
    1.11 +  using \href{http://www.selenic.com/hg/}{rev~\input{hg_id}} of Mercurial.}
    1.12  
    1.13  \makeindex
    1.14  
     2.1 --- a/en/Makefile	Mon Apr 16 14:41:41 2007 -0700
     2.2 +++ b/en/Makefile	Mon Apr 16 14:43:23 2007 -0700
     2.3 @@ -95,7 +95,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,')