]> granicus.if.org Git - mutt/commitdiff
hg-commit: drop changelog entries from hg log
authorRocco Rutte <pdmef@gmx.net>
Sat, 27 Jun 2009 15:07:17 +0000 (17:07 +0200)
committerRocco Rutte <pdmef@gmx.net>
Sat, 27 Jun 2009 15:07:17 +0000 (17:07 +0200)
ChangeLog
hg-commit

index 81f874117d21b0c4f01e927b83de72a1bcc24357..973f486aea6495055dc86859c84a18457e2fbf03 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2009-06-27 17:03 +0200  Rocco Rutte  <pdmef@gmx.net>  (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, &auml, etc.) are left so that manual.xml remains pure
+       ascii.
+
+2009-06-26 21:47 -0700  Brendan Cully  <brendan@kublai.com>  (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  <pdmef@gmx.net>  (156e6d6e34fc)
 
        * doc/manual.xml.head: Manual: try to explain that and why
index de9cce84943ea19965c8abc4cf25465f31ab9c05..36227712f13ea130b28586d1243a8890fe942c99 100755 (executable)
--- 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