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: Switching to bzr: what remains to be done? Date: Thu, 11 Dec 2008 17:43:42 -0500 Message-ID: <87wse672ox.fsf@red-bean.com> References: <87vdtu332o.fsf@red-bean.com> <200812081929.mB8JTVZQ017980@mothra.ics.uci.edu> 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 1229037268 22677 80.91.229.12 (11 Dec 2008 23:14:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Dec 2008 23:14:28 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 12 00:15:30 2008 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 1LAukh-0004b0-Bj for ged-emacs-devel@m.gmane.org; Fri, 12 Dec 2008 00:15:27 +0100 Original-Received: from localhost ([127.0.0.1]:43476 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAujV-0000dH-RG for ged-emacs-devel@m.gmane.org; Thu, 11 Dec 2008 18:14:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LAuG5-0001uR-0k for emacs-devel@gnu.org; Thu, 11 Dec 2008 17:43:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LAuG3-0001tL-IL for emacs-devel@gnu.org; Thu, 11 Dec 2008 17:43:48 -0500 Original-Received: from [199.232.76.173] (port=57848 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAuG3-0001so-4Z for emacs-devel@gnu.org; Thu, 11 Dec 2008 17:43:47 -0500 Original-Received: from sanpietro.red-bean.com ([66.146.193.61]:40060) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LAuG0-0005E1-Jv for emacs-devel@gnu.org; Thu, 11 Dec 2008 17:43:44 -0500 Original-Received: from localhost ([127.0.0.1]:56866 helo=floss ident=kfogel) by sanpietro.red-bean.com with esmtp (Exim 4.69) (envelope-from ) id 1LAuFy-00076v-QT; Thu, 11 Dec 2008 16:43:42 -0600 In-Reply-To: (Stefan Monnier's message of "Mon, 08 Dec 2008 16:44:57 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (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:106819 Archived-At: Stefan Monnier writes: >> Plese convey to the bzr developers that the "log" command could use some >> improvements: >> 1. it only takes a single file as argument >> 2. bzr log SUBDIR >> does not seem to DTRT, it should show the logs for all things in that >> subdir, instead it seems to show only one entry > > There's a long standing Trac ticket for that. There doesn't seem to be > much interest in fixing it, somehow. The Trac ticket is > https://bugs.launchpad.net/bzr/+bug/211852 and I see that > I misunderstood at that point thinking that "SUBDIR" worked whereas it > indeed doesn't (basically it only gives info about the changes to the > dir itself, i.e. when it was created and maybe when it was moved or when > its access rights were changed). > I'm pretty sure I saw a bug report about that at some point but can't > find it now. Feel free to look for it and add your voice to it, or file > a new one. Bug https://bugs.edge.launchpad.net/bzr/+bug/97715 is about case (2) above. -Karl