From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: bug#881: patch for bug #881 Date: Wed, 6 Jan 2010 21:43:44 +0100 Message-ID: References: <87wrzwp5gd.fsf@stupidchicken.com> <87aawrnbwa.fsf@red-bean.com> <87tyuzkgq7.fsf@red-bean.com> <837hrvcd67.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1262811048 691 80.91.229.12 (6 Jan 2010 20:50:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Jan 2010 20:50:48 +0000 (UTC) Cc: kfogel@red-bean.com, cyd@stupidchicken.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 06 21:50:40 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 1NScpv-0008Nb-Q5 for ged-emacs-devel@m.gmane.org; Wed, 06 Jan 2010 21:50:36 +0100 Original-Received: from localhost ([127.0.0.1]:56809 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NScpw-0003cK-C8 for ged-emacs-devel@m.gmane.org; Wed, 06 Jan 2010 15:50:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NScjl-0000Hc-ER for emacs-devel@gnu.org; Wed, 06 Jan 2010 15:44:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NScjg-0000FY-IC for emacs-devel@gnu.org; Wed, 06 Jan 2010 15:44:12 -0500 Original-Received: from [199.232.76.173] (port=35989 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NScjg-0000FR-C8 for emacs-devel@gnu.org; Wed, 06 Jan 2010 15:44:08 -0500 Original-Received: from mail-bw0-f215.google.com ([209.85.218.215]:41391) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NScje-0008ND-0L; Wed, 06 Jan 2010 15:44:06 -0500 Original-Received: by bwz7 with SMTP id 7so12159425bwz.26 for ; Wed, 06 Jan 2010 12:44:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=PDTMc6+8xe7zA/JlOUgLmdFA25qqi1Ed2jQaaIB3TJM=; b=C5a16YQy6vX6yPW/XzUemwrpQ38DTG+MZ0fl4Ux3cBAiao6TasNQo1V3DPYW+rMVnL FEZjfPVKnS0sXNn7AJPj6C9Vs7fALss+SlXvgEC24JZAFfeptqV8soLy47rogTc4d9MH LTFf02IriDGWuJGCaFks7EF10DabQ1puNBcpA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=IH/37GlW9tPgd3j/jhmFrWxgTWozEJBSgUqBERKCgkChxbibjTpXW9kLWkm7Bo9KEA VbSfgzmU7Op4xvnLfJKUJ1J7q0twJ2MdHMcuBtqNBUDPqR0qU6Lnlqo/T1J8lUq/gnVJ dz+Oi3G0FrEF3Bb8uEtX5EcaBfA3EHAHaRK/s= Original-Received: by 10.204.32.6 with SMTP id a6mr7753564bkd.93.1262810644101; Wed, 06 Jan 2010 12:44:04 -0800 (PST) In-Reply-To: <837hrvcd67.fsf@gnu.org> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:119548 Archived-At: On Wed, Jan 6, 2010 at 19:15, Eli Zaretskii wrote: > Type > > =C2=A0bzr log -r "revid:eliz@gnu.org-20100102213336-hnnaav0wq0al1gni" > > and see there what syntax I used. > > It's the same syntax as in "bzr whoami", I simply submitted the string > you see in the log of the above revision, enclosed in quotes. The syntax was clear, I was asking about semantics. I see that a bzr log and qlog show the author and not the committer; surely that's all? Juanma