From: Brendan Cully Date: Sun, 10 Jun 2007 04:08:38 +0000 (-0700) Subject: Fix quoting for hg sign in build-release X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=815bdeb88f10b0aeca55894edaaa455ceff4bff7;p=neomutt Fix quoting for hg sign in build-release --- diff --git a/ChangeLog b/ChangeLog index 5ef309a97..225d9dfe1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,13 @@ -2007-06-09 20:26 -0700 Brendan Cully (4b5b42ddfe42) +2007-06-09 20:32 -0700 Brendan Cully (aaf805734d24) - * .hgignore: Ignore hcachever.sh now that autoconf is creating it + * VERSION, po/bg.po, po/ca.po, po/cs.po, po/da.po, po/de.po, + po/el.po, po/eo.po, po/es.po, po/et.po, po/eu.po, po/fr.po, + po/ga.po, po/gl.po, po/hu.po, po/id.po, po/it.po, po/ja.po, + po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, + po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po: + automatic post-release commit for mutt-1.5.16 -2007-06-09 19:58 -0700 Brendan Cully (e6f958b093b6) +2007-06-09 20:26 -0700 Brendan Cully (4b5b42ddfe42) * ascii.h, crypt-gpgme.c: Make GPGME backend generate a RFC3156-compliant micalg parameter (blush). Based on a patch by diff --git a/build-release b/build-release index cc1522bd1..d15d61408 100755 --- a/build-release +++ b/build-release @@ -99,7 +99,7 @@ for f in $DISTFILES ; do scp $f $f.asc trithemius.gnupg.org:/home/ftp/mutt/${devel} done -hg sign -m'mutt-${VERSION} signed' +hg sign -m"mutt-${VERSION} signed" # Finally, announce the new mutt to the public