changeset 558:3ae0d41945a7

Use "hg -i" instead of "hg -q" to retrieve the global revision
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 11 Sep 2024 14:03:06 +0200
parents 3afebbaf613b
children cfc1a2151de4
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Wed Sep 11 13:43:09 2024 +0200
+++ b/Makefile	Wed Sep 11 14:03:06 2024 +0200
@@ -62,7 +62,7 @@
 MANPAGES8=	${:!${LS} -1 "${.CURDIR}/docs/man/man8"!}
 
 HGCANONICALPATH?=	default
-HGREVISION=	${:!hg id -R "${SRC}" -q!}
+HGREVISION=	${:!hg id -R "${SRC}" -i!}
 HGDATE=		${:!hg log -R "${SRC}" -r "${HGREVISION:S/+//}" --template '{date|isodatesec}'!}
 HGAUTHOR=	${:!hg log -R "${SRC}" -r "${HGREVISION:S/+//}" --template '{author|person}' | ${TR} ' ' '+'!}
 HGPATH=		${:!hg --config ui.paginate=never path -R "${SRC}" ${HGCANONICALPATH} || echo "file://\$$\(hg root)"!}