From aae725506cf684204db2ed1aeed1ed3dab65bc28 Mon Sep 17 00:00:00 2001 From: Rocco Rutte Date: Sat, 27 Jun 2009 17:07:17 +0200 Subject: [PATCH] hg-commit: drop changelog entries from hg log --- ChangeLog | 15 +++++++++++++++ hg-commit | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) 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 -- 2.40.0