# HG changeset patch # User Franz Glasner # Date 1511290796 -3600 # Node ID bc2df242143593d7f1e3b08607dff98b27943159 # Parent 534c958b2b2ecf6f7cda866fdd53e02b6e599404 Make the $Author$ keyword a single word by replacing space characters with '+' characters. This makes the $Author$ field more spec compatible. diff -r 534c958b2b2e -r bc2df2421435 Makefile --- a/Makefile Sat Nov 18 13:32:01 2017 +0100 +++ b/Makefile Tue Nov 21 19:59:56 2017 +0100 @@ -25,7 +25,7 @@ HGREVISION= ${:!hg id -R "${SRC}" -q!} HGDATE= ${:!hg log -R "${SRC}" -r "${HGREVISION:S/+//}" --template '{date|isodatesec}'!} -HGAUTHOR= ${:!hg log -R "${SRC}" -r "${HGREVISION:S/+//}" --template '{author|person}'!} +HGAUTHOR= ${:!hg log -R "${SRC}" -r "${HGREVISION:S/+//}" --template '{author|person}' | ${TR} ' ' '+'!} HGPATH= ${:!hg paths -R "${SRC}" default!} do-extract: