]> granicus.if.org Git - mutt/commitdiff
Fix typo in hg-commit
authorBrendan Cully <brendan@kublai.com>
Thu, 1 Nov 2007 20:53:47 +0000 (13:53 -0700)
committerBrendan Cully <brendan@kublai.com>
Thu, 1 Nov 2007 20:53:47 +0000 (13:53 -0700)
ChangeLog
hg-commit

index 16e82ee600a4aa6a8444bfa61039e2b8b6ae890c..a3d648c557a7014f247a892e925aed344f4d4cb0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2007-11-01 21:21 +0100  Rocco Rutte  <pdmef@gmx.net>  (4f3814a57eaf)
+
+       * INSTALL, UPDATING, rfc822.c: Unbreak exact address feature. The
+       problem was that when reading back tempfiles for pager display,
+       trailing \n were not removed from the input so the pager displayed 2
+       instead of 1.
+
+2007-11-01 12:13 -0700  Oswald Buddenhagen  <ossi@kde.org>  (8aebd2ea4db8)
+
+       * configure.ac: Detect BDB automatically if --with-bdb is empty
+
 2007-11-01 14:33 +0100  Rocco Rutte  <pdmef@gmx.net>  (80f1331abec2)
 
        * doc/devel-notes.txt: devel-notes.txt: Mention where hg repo is, how
index 8189e0a2e8edb3c3337478c1c41a31c7345da599..e59ae97fabae29ab7c524cde0f08f1480bf7d0c2 100755 (executable)
--- a/hg-commit
+++ b/hg-commit
@@ -5,7 +5,7 @@ MUTTDIR=$(dirname $0)
 $MUTTDIR/check_sec.sh
 
 lrev=$(hg log --limit 1 --template '{rev}' ChangeLog)
-trev=$(hg tip --template '{rev'})
+trev=$(hg tip --template '{rev}')
 if [ $lrev = $trev ]
 then
   exec hg commit "$@"