# HG changeset patch # User Josef 'Jeff' Sipek # Date 1663249564 14400 # Thu Sep 15 09:46:04 2022 -0400 # Node ID 3c25d3bdff9de5d0dd39f915ddd33dd1c97eb153 # Parent 99852fe7953bd3a7cd535d55499e7bc1b528effc tag-and-sign: keep the signature commits separate The idea was that the signature commits were ugly and should be part of the tag commit. While this makes the history a little bit cleaner, it means that we're signing the commit before the tag instead of the tag itself. Not really a big deal, but it is different from what one would expect. Signed-off-by: Josef 'Jeff' Sipek diff --git a/tag-and-sign.sh b/tag-and-sign.sh --- a/tag-and-sign.sh +++ b/tag-and-sign.sh @@ -23,8 +23,7 @@ set -x hg tag -f -e $tag -hg sign --no-commit $tag -hg amend +hg sign -e . mkdir -p archive cd archive