From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: VC and bzr. Date: Thu, 22 Apr 2010 13:58:01 +0200 Message-ID: <4BD039C9.10208@swipnet.se> 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=windows-1252; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1271937509 10540 80.91.229.12 (22 Apr 2010 11:58:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 22 Apr 2010 11:58:29 +0000 (UTC) To: Andreas Schwab , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 22 13:58:27 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 1O4v31-00028v-1w for ged-emacs-devel@m.gmane.org; Thu, 22 Apr 2010 13:58:23 +0200 Original-Received: from localhost ([127.0.0.1]:56662 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4v30-0000MU-Is for ged-emacs-devel@m.gmane.org; Thu, 22 Apr 2010 07:58:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O4v2u-0000Kz-G2 for emacs-devel@gnu.org; Thu, 22 Apr 2010 07:58:16 -0400 Original-Received: from [140.186.70.92] (port=40161 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4v2o-0000EB-F8 for emacs-devel@gnu.org; Thu, 22 Apr 2010 07:58:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O4v2i-0000sP-PB for emacs-devel@gnu.org; Thu, 22 Apr 2010 07:58:10 -0400 Original-Received: from smtprelay-h22.telenor.se ([195.54.99.197]:46542) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O4v2i-0000s0-IH for emacs-devel@gnu.org; Thu, 22 Apr 2010 07:58:04 -0400 Original-Received: from ipb1.telenor.se (ipb1.telenor.se [195.54.127.164]) by smtprelay-h22.telenor.se (Postfix) with ESMTP id 54EE4E9FD4 for ; Thu, 22 Apr 2010 13:58:03 +0200 (CEST) X-SENDER-IP: [85.225.45.110] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApNCAKfWz0tV4S1uPGdsb2JhbACHaJQ6DAEBAQE1Lb4KhQ8E X-IronPort-AV: E=Sophos;i="4.52,256,1270418400"; d="scan'208";a="66805348" Original-Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ipb1.telenor.se with ESMTP; 22 Apr 2010 13:58:03 +0200 Original-Received: from [192.168.77.62] (ns1.operax.com [213.88.244.216]) by coolsville.localdomain (Postfix) with ESMTPSA id 375697FA05A; Thu, 22 Apr 2010 13:58:02 +0200 (CEST) User-Agent: Thunderbird 2.0.0.24 (X11/20100411) In-Reply-To: <4BD0395F.7040500@swipnet.se> X-detected-operating-system: by eggs.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:124038 Archived-At: Jan D. wrote: > Andreas Schwab wrote: >> "Jan D." 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. >> >=20 > Push takes the same amount of time. There is advantage to commit from=20 > VC, Changelogs and vl-logs are available in buffers for example. > It is kind of ironic to have a version control system for Emacs that=20 > can't be used from within Emacs. >=20 Besides that, the wiki says this is a bad idea: It might occur to you to save some effort by just doing bzr push=20 directly to the upstream master from inside the TASKNAME branch: cd $DEVHOME/emacs/TASKNAME bzr push sftp://USERNAME@bzr.savannah.gnu.org/srv/bzr/emacs/trunk/ Do not do this =97 it can cause history to be displayed in a strange way=20 in the upstream master, any mirrors or branches of it, and your own=20 branch later. Search for the word =93hidden=94 in this mail for more deta= ils. Jan D.