From: Rocco Rutte Date: Sat, 27 Jun 2009 15:07:17 +0000 (+0200) Subject: hg-commit: drop changelog entries from hg log X-Git-Tag: mutt-1-5-21-rel~195 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aae725506cf684204db2ed1aeed1ed3dab65bc28;p=mutt hg-commit: drop changelog entries from hg log --- diff --git a/ChangeLog b/ChangeLog index 81f87411..973f486a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2009-06-27 17:03 +0200 Rocco Rutte (8f7166888c6d) + + * doc/makedoc.c, doc/manual.xml.head: Manual: stop using DocBook + entities mapping to ascii chars + + There's no real benefit, it only makes reading/writing the manual + harder. All entities that potentially map to non-ascii characters + (&mdash, ä, etc.) are left so that manual.xml remains pure + ascii. + +2009-06-26 21:47 -0700 Brendan Cully (b2b97c7a2ae6) + + * imap/imap_private.h, imap/message.c, imap/util.c: Set + internaldate of messages appended to IMAP mailboxes + 2009-06-26 20:27 +0200 Rocco Rutte (156e6d6e34fc) * doc/manual.xml.head: Manual: try to explain that and why diff --git a/hg-commit b/hg-commit index de9cce84..36227712 100755 --- a/hg-commit +++ b/hg-commit @@ -32,7 +32,7 @@ do done { - hg log --no-merges --style=$MUTTDIR/hg-changelog-map -r tip:$lrev + hg log --no-merges --style=$MUTTDIR/hg-changelog-map -r tip:$lrev | sed 's#ChangeLog, ##' hg cat $MUTTDIR/ChangeLog } > $MUTTDIR/ChangeLog ${VISUAL:-${EDITOR:-vi}} $MUTTDIR/ChangeLog