From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephen J. Turnbull" Newsgroups: gmane.emacs.devel Subject: Re: What have the Romans done for us? (Bazaar) Date: Thu, 08 Apr 2010 03:11:55 +0900 Message-ID: <874ojnp1xw.fsf@uwakimon.sk.tsukuba.ac.jp> References: <20100405145637.GA3248@muc.de> <83zl1hyku5.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1270665524 18294 80.91.229.12 (7 Apr 2010 18:38:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 7 Apr 2010 18:38:44 +0000 (UTC) Cc: acm@muc.de, eliz@gnu.org, Andreas Schwab , emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 07 20:38:41 2010 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 1Nza9B-0005MN-0R for ged-emacs-devel@m.gmane.org; Wed, 07 Apr 2010 20:38:41 +0200 Original-Received: from localhost ([127.0.0.1]:33089 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nza8i-0007cH-Lj for ged-emacs-devel@m.gmane.org; Wed, 07 Apr 2010 14:38:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NzZkT-00058C-2P for emacs-devel@gnu.org; Wed, 07 Apr 2010 14:13:09 -0400 Original-Received: from [140.186.70.92] (port=35872 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzZkQ-00056y-Jg for emacs-devel@gnu.org; Wed, 07 Apr 2010 14:13:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NzZkP-00029P-Jw for emacs-devel@gnu.org; Wed, 07 Apr 2010 14:13:06 -0400 Original-Received: from mtps02.sk.tsukuba.ac.jp ([130.158.97.224]:55372) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NzZkB-00025i-Vv; Wed, 07 Apr 2010 14:12:52 -0400 Original-Received: from uwakimon.sk.tsukuba.ac.jp (uwakimon.sk.tsukuba.ac.jp [130.158.99.156]) by mtps02.sk.tsukuba.ac.jp (Postfix) with ESMTP id 5A7197FFA; Thu, 8 Apr 2010 03:12:44 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id 09D5D1A25EA; Thu, 8 Apr 2010 03:11:55 +0900 (JST) In-Reply-To: X-Mailer: VM 8.0.12-devo-585 under 21.5 (beta29) "garbanzo" a03421eb562b XEmacs Lucid (x86_64-unknown-linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:123318 Archived-At: Richard Stallman writes: > There is no way to clone a bzr repository as a whole. > > Is that a flaw in bzr? Yes; people often want to clone all of the branches of a project. The Bazaar developers agree that it's a flay, and they're working on it (probably at low priority, I haven't seen any discussion of it on the list in the last couple of months, but it has definitely been discussed in the last 3 or 4 months). I believe there is a command (perhaps in a plug-in) to list all of the branches in a shared repository, so it is probably straightforward to script this feature.