From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: emacs-24 goof causes bzr log error: "Invalid line in bugs property" Date: Thu, 27 Dec 2012 22:48:37 -0500 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1356666525 1173 80.91.229.3 (28 Dec 2012 03:48:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Dec 2012 03:48:45 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 28 04:49:01 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ToQwM-0006id-1E for ged-emacs-devel@m.gmane.org; Fri, 28 Dec 2012 04:48:58 +0100 Original-Received: from localhost ([::1]:35280 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ToQw7-0007s3-6x for ged-emacs-devel@m.gmane.org; Thu, 27 Dec 2012 22:48:43 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:40074) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ToQw3-0007r7-S9 for emacs-devel@gnu.org; Thu, 27 Dec 2012 22:48:41 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ToQw2-0001D4-NX for emacs-devel@gnu.org; Thu, 27 Dec 2012 22:48:39 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:53782) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ToQw2-0001D0-KF for emacs-devel@gnu.org; Thu, 27 Dec 2012 22:48:38 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1ToQw1-0007Tx-UB; Thu, 27 Dec 2012 22:48:38 -0500 X-Spook: White Water president Downing Street interception S Key X-Ran: mQ8sCO'wg5f7@2p\kiD0Y#~ppWP3/WI_C9(N)BLn:t6[MDH,NSn8S~m=6s;oc^9w1>Nv0# X-Hue: cyan X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:155953 Archived-At: I seem to have committed a bad revision (r111084) to the emacs-24 branch. Somehow [1], a newline got into the --fixes argument. The result is that "bzr log" now fails with bzr: ERROR: Invalid line in bugs property: 'http://debbugs.gnu.org/13285' I filed a bug report: https://bugs.launchpad.net/bzr/+bug/1094180 Not sure how to recover from this. "bzr uncommit" seems to work fine in a small test bzr repo. I'd have to undo the last 5 commits to the emacs-24 branch (which are all mine, so I don't mind). Not sure if Savannah allows uncommit though. So maybe don't commit anything to emacs-24 until this is fixed. (Assuming this issues affects everyone, not just my copy.) [1] "Amusingly", this was a commit from inside Emacs via log-edit mode. Not sure how it got a newline in there...