changeset 2463:7a33f1beaf71

Adjust changelog generation rule: hg up && ... instead of hg up ; ...
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 29 Sep 2022 14:27:20 +0300
parents 0419d2814a99
children e0bd4cb0903a
files world/Makefile
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/world/Makefile	Thu Sep 29 14:20:36 2022 +0300
+++ b/world/Makefile	Thu Sep 29 14:27:20 2022 +0300
@@ -76,8 +76,7 @@
 	$(addsuffix .loc,$(WORLD_MAPS)) \
 	$(addprefix ../$(MISC_MAPS_PATH),$(addsuffix .map,$(MISC_MAPS))) \
 	$(addprefix ../$(MISC_MAPS_PATH),$(addsuffix .loc,$(MISC_MAPS)))
-	@hg up
-	@( echo '<?xml version="1.0"?>' && echo '<log>' && \
+	@hg up && ( echo '<?xml version="1.0"?>' && echo '<log>' && \
 	hg log $+ -M -v -f --template \
 	'<logentry revision="{rev}"><author>{author|escape}</author><date>{date|isodate}</date><paths><path>{files}</path></paths><msg>{desc|escape}</msg></logentry>\n' && \
 	echo '</log>' ) | \