From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: VC and bzr. Date: Thu, 22 Apr 2010 15:32:40 +0200 Message-ID: <87eii7629z.fsf@telefonica.net> References: <4BCF45FA.1060808@swipnet.se> <4BCFDE02.5090808@swipnet.se> <4BD01AC9.1000200@swipnet.se> <4BD0395F.7040500@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1271943195 1704 80.91.229.12 (22 Apr 2010 13:33:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 22 Apr 2010 13:33:15 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 22 15:33:13 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1O4wWl-0000WV-I5 for ged-emacs-devel@m.gmane.org; Thu, 22 Apr 2010 15:33:11 +0200 Original-Received: from localhost ([127.0.0.1]:37662 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4wWk-0003Xi-Rh for ged-emacs-devel@m.gmane.org; Thu, 22 Apr 2010 09:33:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O4wWg-0003Xd-9f for emacs-devel@gnu.org; Thu, 22 Apr 2010 09:33:06 -0400 Original-Received: from [140.186.70.92] (port=50801 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4wWe-0003XV-GZ for emacs-devel@gnu.org; Thu, 22 Apr 2010 09:33:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O4wWd-0004lt-4T for emacs-devel@gnu.org; Thu, 22 Apr 2010 09:33:04 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:36115) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O4wWc-0004lh-UL for emacs-devel@gnu.org; Thu, 22 Apr 2010 09:33:03 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1O4wWY-0000Pr-Gq for emacs-devel@gnu.org; Thu, 22 Apr 2010 15:32:58 +0200 Original-Received: from 83.42.12.8 ([83.42.12.8]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Apr 2010 15:32:58 +0200 Original-Received: from ofv by 83.42.12.8 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Apr 2010 15:32:58 +0200 X-Injected-Via-Gmane: http://gmane.org/ connect(): No such file or directory Original-Lines: 19 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 83.42.12.8 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:Gtfe4t/NhqbBvkJdyR8eqciq9D8= X-detected-operating-system: by eggs.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:124042 Archived-At: Andreas Schwab writes: >>>> Yes, I know I have a few local branches. But sometimes it has to go to >>>> savannah, or it will always be your private work. >>> >>> So push it when and only when it's ready. >>> >> >> Push takes the same amount of time. > > You only need to contact the server for the push, not for every commit. bzr != git Remember that bzr considers the leftmost part of the DAG as a special one. This is the reason why the Emacs repo is configured for rejecting `bzr push' except for the simple case where the operation would build a linear history on top of the previous one (i.e. a merge was unnecessary.)