From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: improve vc-bzr-print-log Date: Sun, 26 Jul 2009 22:50:33 -0400 Message-ID: References: <200907261728.n6QHSNCP010388@godzilla.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1248663055 18144 80.91.229.12 (27 Jul 2009 02:50:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Jul 2009 02:50:55 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 27 04:50:48 2009 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 1MVGIZ-0003hn-I3 for ged-emacs-devel@m.gmane.org; Mon, 27 Jul 2009 04:50:47 +0200 Original-Received: from localhost ([127.0.0.1]:40665 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVGIZ-0000bI-2r for ged-emacs-devel@m.gmane.org; Sun, 26 Jul 2009 22:50:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MVGIU-0000Yo-2j for emacs-devel@gnu.org; Sun, 26 Jul 2009 22:50:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MVGIP-0000Tp-SN for emacs-devel@gnu.org; Sun, 26 Jul 2009 22:50:41 -0400 Original-Received: from [199.232.76.173] (port=56895 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVGIP-0000Tm-OE for emacs-devel@gnu.org; Sun, 26 Jul 2009 22:50:37 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:16696 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MVGIP-00088Q-DE for emacs-devel@gnu.org; Sun, 26 Jul 2009 22:50:37 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqkEAPOybEpFxJuZ/2dsb2JhbACBUctRhA0FhxSCUQ X-IronPort-AV: E=Sophos;i="4.43,273,1246852800"; d="scan'208";a="42188233" Original-Received: from 69-196-155-153.dsl.teksavvy.com (HELO pastel.home) ([69.196.155.153]) by ironport2-out.teksavvy.com with ESMTP; 26 Jul 2009 22:50:35 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id E6B487F3B; Sun, 26 Jul 2009 22:50:33 -0400 (EDT) In-Reply-To: <200907261728.n6QHSNCP010388@godzilla.ics.uci.edu> (Dan Nicolaescu's message of "Sun, 26 Jul 2009 10:28:23 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.94 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:113194 Archived-At: > When vc-bzr was written "bzr log" did not take multiple file arguments, > it does now, so vc-bzr-print-log can take advantage of this. > Any objection to this patch? Looks OK to me, Stefan