From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Reitter Newsgroups: gmane.emacs.devel Subject: bzr - how to switch to Emacs 23 branch? Date: Sat, 11 Sep 2010 20:26:46 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1284251186 17494 80.91.229.12 (12 Sep 2010 00:26:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 12 Sep 2010 00:26:26 +0000 (UTC) To: Emacs-Devel devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 12 02:26:25 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 1OuaOl-0000rt-R2 for ged-emacs-devel@m.gmane.org; Sun, 12 Sep 2010 02:26:24 +0200 Original-Received: from localhost ([127.0.0.1]:59491 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OuaOl-0002Da-1g for ged-emacs-devel@m.gmane.org; Sat, 11 Sep 2010 20:26:23 -0400 Original-Received: from [140.186.70.92] (port=56793 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OuaOd-0002C2-Ex for emacs-devel@gnu.org; Sat, 11 Sep 2010 20:26:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OuaOc-0007LW-Dv for emacs-devel@gnu.org; Sat, 11 Sep 2010 20:26:15 -0400 Original-Received: from mail-qw0-f41.google.com ([209.85.216.41]:57957) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OuaOc-0007LQ-Ah for emacs-devel@gnu.org; Sat, 11 Sep 2010 20:26:14 -0400 Original-Received: by qwf7 with SMTP id 7so2587327qwf.0 for ; Sat, 11 Sep 2010 17:26:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type :content-transfer-encoding:subject:date:message-id:to:mime-version :x-mailer; bh=MYK1z2APkHo65SEh2WNi61YWUVi5kuoRiuuakCLE45Y=; b=S7QnFRpIZLuE/gTvA1FZ/tfVp2XOVuV1IZrdi90iLKc519qbuFTr4a+mKlo0YD/85Z eu9mlxfcnKr0fg5axSjJRw8n7c+ggErrhE/Pjcl9MLWg/Awuhh2pKNKrtzB5Hys5S7i0 TJ9erp0CcmE3tl6hOgJEaFD834LsabCiPNndk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=wHIPZX0EmouFW5bEZcYrRAI86Xib5F2cJVSm+ZdMFLr//Y+2kUZIv7h+riy0ZbmvAu Q7SBtBP7gyZ3erhi0NycWJf26c6BDUsdGzAPUq1YzBzZHr48//2xkGSe0T7qkJbbNVm1 nUBbekT7N7W7RgL0gRpn9GxBN+F9R8mk7qTVY= Original-Received: by 10.224.51.218 with SMTP id e26mr1498366qag.342.1284251173548; Sat, 11 Sep 2010 17:26:13 -0700 (PDT) Original-Received: from elin.local (pool-72-95-198-253.pitbpa.east.verizon.net [72.95.198.253]) by mx.google.com with ESMTPS id r1sm4518551qcq.34.2010.09.11.17.26.12 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 11 Sep 2010 17:26:12 -0700 (PDT) X-Mailer: Apple Mail (2.1081) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:129998 Archived-At: It would be great if http://www.emacswiki.org/emacs/BzrForEmacsDevs = could explain how one gets to another branch - I have something that I = believe to be a Bzr repository, with the "trunk" inside it, which I = created according to that page. =20 But how do I also create emacs/emacs-23 from that? The data is surely = there, but "bzr branches" only lists "trunk" (after several seconds = wait). I surely won't have to pull the branch from scratch from the = server (presumably a very long operation)...? So, I'd like equivalent to "git branch" (to list the branches) and "git = checkout emacs-23". (Sorry, this seems to be really a beginner's question, and I feel duly = stupid, but I checked the above docs and also Canonical's "Bazaar for = git users" page...) Thanks - David=