From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: New branch Date: Wed, 03 Feb 2010 09:20:23 -0500 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 1265206838 32025 80.91.229.12 (3 Feb 2010 14:20:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Feb 2010 14:20:38 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 03 15:20:35 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 1Ncg5o-0001Z3-TJ for ged-emacs-devel@m.gmane.org; Wed, 03 Feb 2010 15:20:33 +0100 Original-Received: from localhost ([127.0.0.1]:43245 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ncg5o-0007B7-6R for ged-emacs-devel@m.gmane.org; Wed, 03 Feb 2010 09:20:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ncg5i-00079n-Qy for emacs-devel@gnu.org; Wed, 03 Feb 2010 09:20:26 -0500 Original-Received: from [199.232.76.173] (port=35521 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ncg5i-00079M-Ev for emacs-devel@gnu.org; Wed, 03 Feb 2010 09:20:26 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Ncg5g-0007qc-8G for emacs-devel@gnu.org; Wed, 03 Feb 2010 09:20:26 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:14708 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ncg5g-0007qY-0C for emacs-devel@gnu.org; Wed, 03 Feb 2010 09:20:24 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjkFAKIUaUtFpaN9/2dsb2JhbACBM9dZhEUEimA X-IronPort-AV: E=Sophos;i="4.49,398,1262581200"; d="scan'208";a="55229514" Original-Received: from 69-165-163-125.dsl.teksavvy.com (HELO pastel.home) ([69.165.163.125]) by ironport2-out.pppoe.ca with ESMTP; 03 Feb 2010 09:20:23 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 4918C7F5A; Wed, 3 Feb 2010 09:20:23 -0500 (EST) In-Reply-To: (Kenichi Handa's message of "Wed, 03 Feb 2010 13:24:07 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:120856 Archived-At: >> 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? Exactly, Stefan