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: vc-bzr sha1sum dependency patch #2 Date: Thu, 23 Apr 2009 17:42:44 -0400 Message-ID: References: <20090423193557.GA6117@reforged> <87prf33wc5.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1240522989 6875 80.91.229.12 (23 Apr 2009 21:43:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 23 Apr 2009 21:43:09 +0000 (UTC) Cc: Mike Mattie , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 23 23:44:28 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 1Lx6iV-00088C-5Z for ged-emacs-devel@m.gmane.org; Thu, 23 Apr 2009 23:44:23 +0200 Original-Received: from localhost ([127.0.0.1]:49657 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lx6h6-0006Cp-4H for ged-emacs-devel@m.gmane.org; Thu, 23 Apr 2009 17:42:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lx6h0-0006Cb-MV for emacs-devel@gnu.org; Thu, 23 Apr 2009 17:42:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lx6gw-0006CP-Jo for emacs-devel@gnu.org; Thu, 23 Apr 2009 17:42:50 -0400 Original-Received: from [199.232.76.173] (port=57406 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lx6gw-0006CM-Gp for emacs-devel@gnu.org; Thu, 23 Apr 2009 17:42:46 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:51515 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lx6gw-0006po-6m for emacs-devel@gnu.org; Thu, 23 Apr 2009 17:42:46 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AsQEAAB+8ElMCrUB/2dsb2JhbACBUM5rg3QFhS4 X-IronPort-AV: E=Sophos;i="4.40,237,1238990400"; d="scan'208";a="37532197" Original-Received: from 76-10-181-1.dsl.teksavvy.com (HELO pastel.home) ([76.10.181.1]) by ironport2-out.teksavvy.com with ESMTP; 23 Apr 2009 17:42:45 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 9D84A7EFE; Thu, 23 Apr 2009 17:42:44 -0400 (EDT) In-Reply-To: <87prf33wc5.fsf@cyd.mit.edu> (Chong Yidong's message of "Thu, 23 Apr 2009 17:15:54 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (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:110439 Archived-At: >> Here is a corrected version of the patch I sent in the message vc-bzr >> sha1sum dependency > Since `bzr status' can take a long time to complete, wouldn't this lead > to slowdowns in, e.g., simply visiting files under bzr? Actually, with recent enough versions of bzr, the time it takes to "bzr status" a file is not that bad. Stefan