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: bzr repository ready? Date: Sat, 21 Nov 2009 18:17:07 +0100 Message-ID: <87my2f6bn0.fsf@telefonica.net> References: <87vdhfpil2.fsf@red-bean.com> <87einvxy9c.fsf@red-bean.com> <20091118230952.GB908@muc.de> <87my2jw05z.fsf@red-bean.com> <83skc9pbf7.fsf@gnu.org> <87iqd5vw5n.fsf@red-bean.com> <877htl53tc.fsf@telefonica.net> <871vjs6ci7.fsf@telefonica.net> <87d43c4f1e.fsf@telefonica.net> <837htkoxy8.fsf@gnu.org> <874ooodksu.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1258824034 5647 80.91.229.12 (21 Nov 2009 17:20:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 21 Nov 2009 17:20:34 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 21 18:20: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 1NBtcx-0003p5-TW for ged-emacs-devel@m.gmane.org; Sat, 21 Nov 2009 18:20:25 +0100 Original-Received: from localhost ([127.0.0.1]:57599 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBtcw-0001mY-8Y for ged-emacs-devel@m.gmane.org; Sat, 21 Nov 2009 12:20:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NBtcA-0001TO-Jk for emacs-devel@gnu.org; Sat, 21 Nov 2009 12:19:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NBtc5-0001S2-QN for emacs-devel@gnu.org; Sat, 21 Nov 2009 12:19:14 -0500 Original-Received: from [199.232.76.173] (port=40791 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBtc5-0001Rz-KW for emacs-devel@gnu.org; Sat, 21 Nov 2009 12:19:09 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:42299) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NBtc4-0000Bn-86 for emacs-devel@gnu.org; Sat, 21 Nov 2009 12:19:09 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NBtbz-0003Ut-IN for emacs-devel@gnu.org; Sat, 21 Nov 2009 18:19:03 +0100 Original-Received: from 153.red-88-24-228.staticip.rima-tde.net ([88.24.228.153]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 21 Nov 2009 18:19:03 +0100 Original-Received: from ofv by 153.red-88-24-228.staticip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 21 Nov 2009 18:19:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 21 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 153.red-88-24-228.staticip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) Cancel-Lock: sha1:IlknDr4Foht6HmThnvobjH96T4I= X-detected-operating-system: by monty-python.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:117453 Archived-At: "Stephen J. Turnbull" writes: > Eli Zaretskii writes: > > Óscar Fuentes writes: > > > > Besides, using a shared repository is just a disk&time saving trick, it > > > doesn't affect the workflow otherwise. > > N.B. This is false, even today. Bazaar now supports commands for > interrogating the shared repository. The most important in daily use > is "branches", which lists the branches currently available from that > repository. What you say is correct from the POV of a bzr sever. From the POV of the hacker it is irrelevant. If you are working on your dev machine, a `ls path' is more handy than `bzr branches path'. [snip] -- Óscar