Mercurial > hgbook
changeset 242:0d536cb488f2
Allow revs with uncommitted changes.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Sun, 27 May 2007 16:26:21 -0700 |
parents | 09d5897ad935 |
children | 7df934d3dcb5 |
files | en/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/en/Makefile Sun May 27 09:57:17 2007 -0700 +++ b/en/Makefile Sun May 27 16:26:21 2007 -0700 @@ -106,7 +106,7 @@ 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,') + sed 's,.*(version \(unknown\|[a-f0-9+]*\)),\1,') all: pdf html