From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: New branch Date: Wed, 03 Feb 2010 10:05:03 +0900 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1265159123 21292 80.91.229.12 (3 Feb 2010 01:05:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Feb 2010 01:05:23 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 03 02:05:20 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 1NcTgD-0003KX-5T for ged-emacs-devel@m.gmane.org; Wed, 03 Feb 2010 02:05:17 +0100 Original-Received: from localhost ([127.0.0.1]:55310 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NcTgB-0003Um-Hr for ged-emacs-devel@m.gmane.org; Tue, 02 Feb 2010 20:05:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NcTg6-0003UX-B0 for emacs-devel@gnu.org; Tue, 02 Feb 2010 20:05:10 -0500 Original-Received: from [199.232.76.173] (port=40941 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NcTg5-0003UP-Ld for emacs-devel@gnu.org; Tue, 02 Feb 2010 20:05:09 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NcTg3-0000Ym-Kn for emacs-devel@gnu.org; Tue, 02 Feb 2010 20:05:09 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:48694) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NcTg3-0000YS-2T for emacs-devel@gnu.org; Tue, 02 Feb 2010 20:05:07 -0500 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id o13154i6029991; Wed, 3 Feb 2010 10:05:04 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id o13154f1012774; Wed, 3 Feb 2010 10:05:04 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id o13153st007394; Wed, 3 Feb 2010 10:05:03 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1NcTfz-0004aj-Gr; Wed, 03 Feb 2010 10:05:03 +0900 In-Reply-To: (message from Stefan Monnier on Wed, 27 Jan 2010 21:37:34 -0500) X-detected-operating-system: by monty-python.gnu.org: Solaris 9 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:120839 Archived-At: In article , Stefan Monnier writes: > I have just opened a new branch sftp://bzr.sv.gnu.org/srv/bzr/emacs/pending > which is intended to receive patches that cannot be installed in trunk > because they're not bug-fixes. > I.e. the branch is there so instead of saying "please come back later" > we can just install the corresponding patch/package into this branch. Please teach me the bzr command sequence to do that. Should I repeast this same procedure used for checking out trunk branch? % cd emacs % bzr branch sftp://USERNAME@bzr.savannah.gnu.org/srv/bzr/emacs/trunk trunk % cd trunk % echo "public_branch = sftp://USERNAME@bzr.savannah.gnu.org/srv/bzr/emacs/trunk" >> .bzr/branch/branch.conf % bzr bind sftp://USERNAME@bzr.savannah.gnu.org/srv/bzr/emacs/trunk % cd .. Or, can I use some shortcut to utilize the already-checked-out trunk branch? --- Kenichi Handa handa@m17n.org