From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.comp.version-control.bazaar-ng.general Subject: Re: Emacs Bazaar repository Date: Fri, 14 Mar 2008 15:42:53 -0400 Message-ID: References: <87skyvse7k.fsf@xmission.com> <86ejae96t4.fsf@lola.quinscape.zz> <200803141804.m2EI4mLm010310@sallyv1.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 1205523876 23729 80.91.229.12 (14 Mar 2008 19:44:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Mar 2008 19:44:36 +0000 (UTC) Cc: schwab@suse.de, Eli Zaretskii , bazaar@lists.canonical.com, Matthieu Moy , emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 14 20:45:03 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 1JaFpo-0007gF-IQ for ged-emacs-devel@m.gmane.org; Fri, 14 Mar 2008 20:44:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JaFpF-0008M7-94 for ged-emacs-devel@m.gmane.org; Fri, 14 Mar 2008 15:44:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JaFnw-0007PE-7t for emacs-devel@gnu.org; Fri, 14 Mar 2008 15:43:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JaFnu-0007OT-DY for emacs-devel@gnu.org; Fri, 14 Mar 2008 15:42:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JaFnu-0007OO-9A for emacs-devel@gnu.org; Fri, 14 Mar 2008 15:42:58 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JaFnq-0006to-JX; Fri, 14 Mar 2008 15:42:54 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApoEAOdx2kdMCrZs/2dsb2JhbACqMYEI X-IronPort-AV: E=Sophos;i="4.25,502,1199682000"; d="scan'208";a="16069883" Original-Received: from smtp.pppoe.ca ([65.39.196.238]) by ironport2-out.pppoe.ca with ESMTP; 14 Mar 2008 15:42:53 -0400 Original-Received: from pastel.home ([76.10.182.108]) by smtp.pppoe.ca (Internet Mail Server v1.0) with ESMTP id UWE81653; Fri, 14 Mar 2008 15:42:53 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 808278F43; Fri, 14 Mar 2008 15:42:53 -0400 (EDT) In-Reply-To: <200803141804.m2EI4mLm010310@sallyv1.ics.uci.edu> (Dan Nicolaescu's message of "Fri, 14 Mar 2008 11:04:47 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: 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:92610 gmane.comp.version-control.bazaar-ng.general:38611 Archived-At: >> Aren't "push" and "pull" much more important, as far as speed is >> concerned, for everyday work? Also the equivalent of "cvs diff", I >> think. Those are the ops I use much more frequently than "log" and >> "annotate". > diff is surely much more frequent than "log" and "annotate", but it also > takes more than a minute with bzr (much slower than CVS). bzr diff is pretty much instantaneous for me. Even on the whole tree, it's just a couple seconds. Good enough for me. OTOH vc-diff on a bzr file takes ages (like 10s). Not sure yet what's going on. Stefan