From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Strange message from "bzr pull" Date: Tue, 29 Dec 2009 20:34:36 +0200 Message-ID: <83ljgleiir.fsf@gnu.org> References: <877hs5ogv8.fsf@red-bean.com> <83my11ejmr.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1262111556 664 80.91.229.12 (29 Dec 2009 18:32:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Dec 2009 18:32:36 +0000 (UTC) Cc: kfogel@red-bean.com, emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 29 19:32: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 1NPgrq-0004rz-Um for ged-emacs-devel@m.gmane.org; Tue, 29 Dec 2009 19:32:27 +0100 Original-Received: from localhost ([127.0.0.1]:52088 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NPgrr-0007Vk-CU for ged-emacs-devel@m.gmane.org; Tue, 29 Dec 2009 13:32:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NPgrl-0007VL-UM for emacs-devel@gnu.org; Tue, 29 Dec 2009 13:32:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NPgrh-0007UM-0T for emacs-devel@gnu.org; Tue, 29 Dec 2009 13:32:21 -0500 Original-Received: from [199.232.76.173] (port=33200 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NPgrg-0007UJ-Rr for emacs-devel@gnu.org; Tue, 29 Dec 2009 13:32:16 -0500 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:46789) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NPgrg-0007hl-Cs for emacs-devel@gnu.org; Tue, 29 Dec 2009 13:32:16 -0500 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0KVF00E00FCS4800@a-mtaout21.012.net.il> for emacs-devel@gnu.org; Tue, 29 Dec 2009 20:32:14 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.127.222.44]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KVF00D83FHPNL20@a-mtaout21.012.net.il>; Tue, 29 Dec 2009 20:32:14 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:118950 Archived-At: > From: Juanma Barranquero > Date: Tue, 29 Dec 2009 19:13:33 +0100 > Cc: Karl Fogel , emacs-devel@gnu.org >=20 > On Tue, Dec 29, 2009 at 19:10, Eli Zaretskii wrote: >=20 > > It sounds a pity to have a tree that is never used in any way. = =C2=A0It > > just wastes disk space. >=20 > But on the proposed workflow, the tree *is* used. To merge the chan= ges > from the task branches, and to commit upstream. I don't know enough about bzr internals, but I was under the impression that the tree-less repository has all the information needed for that, albeit not in the form of the Emacs source files. Otherwise, how could you "bzr branch" from the trunk acting as local repository?