From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Karl Fogel Newsgroups: gmane.emacs.devel Subject: Wrong commit message. What to do now? Date: Tue, 13 Jul 2010 18:16:45 -0400 Message-ID: <8739vndo36.fsf@red-bean.com> Reply-To: Karl Fogel NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1279059420 6298 80.91.229.12 (13 Jul 2010 22:17:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 13 Jul 2010 22:17:00 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 14 00:16:59 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OYnmc-00010d-S9 for ged-emacs-devel@m.gmane.org; Wed, 14 Jul 2010 00:16:59 +0200 Original-Received: from localhost ([127.0.0.1]:51957 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYnmb-000775-P0 for ged-emacs-devel@m.gmane.org; Tue, 13 Jul 2010 18:16:57 -0400 Original-Received: from [140.186.70.92] (port=48232 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYnmR-00075H-D2 for emacs-devel@gnu.org; Tue, 13 Jul 2010 18:16:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OYnmQ-0001KA-1q for emacs-devel@gnu.org; Tue, 13 Jul 2010 18:16:47 -0400 Original-Received: from osh-net-219-98.onshore.net ([66.146.219.98]:54752 helo=sanpietro.red-bean.com) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OYnmP-0001K4-Se for emacs-devel@gnu.org; Tue, 13 Jul 2010 18:16:46 -0400 Original-Received: from localhost ([127.0.0.1]:60143 helo=floss ident=kfogel) by sanpietro.red-bean.com with esmtp (Exim 4.72) (envelope-from ) id 1OYnmP-0006ua-HQ for emacs-devel@gnu.org; Tue, 13 Jul 2010 17:16:45 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:127223 Archived-At: I committed rev 100812 into trunk. It's still fresh. I accidentally used the wrong log message -- the log message should have been: * lisp/bookmark.el (bookmark-show-annotation): Ensure annotations show, e.g. in Info bookmarks, by using `switch-to-buffer-other-window'. Patch by Thierry Volpiatto (Bug#6444). The ChangeLog is correct; just the bzr commit message is wrong. Does anyone know if there's anything that can be done about this? Also, I had forgotten: are we not supposed to be committing to trunk right now? (Aside: it feels somewhat hard to be a drive-by maintainer these days, which is what I am. I try to be responsible about bookmark, saveplace, and mail-hist stuff, but I can't follow project status in depth. The fact that trunk sometimes is, and sometimes is not, the right place to push changes makes this role a bit more difficult. Not unworkably difficult, but it does lead to mistakes sometimes.) -Karl