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: Re: bug#881: patch for bug #881 Date: Tue, 05 Jan 2010 22:35:33 -0500 Message-ID: <87aawrnbwa.fsf@red-bean.com> References: <87wrzwp5gd.fsf@stupidchicken.com> Reply-To: Karl Fogel NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1262749972 12134 80.91.229.12 (6 Jan 2010 03:52:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Jan 2010 03:52:52 +0000 (UTC) Cc: Chong Yidong , Emacs developers To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 06 04:52:45 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.50) id 1NSMwt-00012g-82 for ged-emacs-devel@m.gmane.org; Wed, 06 Jan 2010 04:52:43 +0100 Original-Received: from localhost ([127.0.0.1]:33179 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSMwt-0004e5-RV for ged-emacs-devel@m.gmane.org; Tue, 05 Jan 2010 22:52:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NSMgR-0001aG-Nr for emacs-devel@gnu.org; Tue, 05 Jan 2010 22:35:43 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NSMgM-0001VO-TM for emacs-devel@gnu.org; Tue, 05 Jan 2010 22:35:42 -0500 Original-Received: from [199.232.76.173] (port=44546 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSMgM-0001VK-DW for emacs-devel@gnu.org; Tue, 05 Jan 2010 22:35:38 -0500 Original-Received: from sanpietro.red-bean.com ([66.146.206.141]:57592) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NSMgL-0007BN-Uh for emacs-devel@gnu.org; Tue, 05 Jan 2010 22:35:38 -0500 Original-Received: from localhost ([127.0.0.1]:46164 helo=kfogel-work ident=kfogel) by sanpietro.red-bean.com with esmtp (Exim 4.71) (envelope-from ) id 1NSMgK-0003SP-2B; Tue, 05 Jan 2010 21:35:36 -0600 In-Reply-To: (Juanma Barranquero's message of "Wed, 6 Jan 2010 01:43:35 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) X-detected-operating-system: by monty-python.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:119495 Archived-At: Juanma Barranquero writes: >On Tue, Jan 5, 2010 at 23:11, Chong Yidong wrote: >>> It is against the emacs-23 branch, because I could not check out the >>> trunk today. >> >> Applied, thanks. > >When applying changes by non-committers, should we use the --author >option of commit? If so, is that supported by VC? That's a really good question, and I don't know the answer (either on the bzr end or the VC side). I recommend asking on the Bazaar list; they have experience with this and will have good advice. -K