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 13:24:07 +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 1265171091 14887 80.91.229.12 (3 Feb 2010 04:24:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Feb 2010 04:24:51 +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 05:24:48 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 1NcWnI-00037k-9f for ged-emacs-devel@m.gmane.org; Wed, 03 Feb 2010 05:24:48 +0100 Original-Received: from localhost ([127.0.0.1]:39043 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NcWnH-000424-NJ for ged-emacs-devel@m.gmane.org; Tue, 02 Feb 2010 23:24:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NcWmo-0003lR-Dn for emacs-devel@gnu.org; Tue, 02 Feb 2010 23:24:18 -0500 Original-Received: from [199.232.76.173] (port=55417 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NcWmn-0003kZ-5M for emacs-devel@gnu.org; Tue, 02 Feb 2010 23:24:17 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NcWml-0001z8-RV for emacs-devel@gnu.org; Tue, 02 Feb 2010 23:24:16 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:48672) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NcWml-0001yA-7n for emacs-devel@gnu.org; Tue, 02 Feb 2010 23:24:15 -0500 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id o134OAWk020353; Wed, 3 Feb 2010 13:24:10 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id o134OA0F028486; Wed, 3 Feb 2010 13:24:10 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id o134O7X8017098; Wed, 3 Feb 2010 13:24:08 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1NcWmd-0007KH-PW; Wed, 03 Feb 2010 13:24:07 +0900 In-Reply-To: (message from Stefan Monnier on Tue, 02 Feb 2010 21:31:24 -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:120844 Archived-At: In article , Stefan Monnier writes: > I'd go to your local shared repository (presumably the .../emacs where > you have a `trunk' subdirectory) and then just do > bzr co sftp://bzr.savannah.gnu.org/srv/bzr/emacs/pending Thank you. I've just done it. Now I have .../emacs/pending directory. Then, I can directly work in that directory for quick fixes, and it is better to create another task branch for more complex work, right? --- Kenichi Handa handa@m17n.org