From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexander Belchenko Newsgroups: gmane.emacs.devel Subject: Re: How to create a new branch in the master repository Date: Wed, 02 Dec 2009 00:20:18 +0200 Message-ID: References: <831vjemrdw.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1259706963 3454 80.91.229.12 (1 Dec 2009 22:36:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Dec 2009 22:36:03 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 01 23:35:56 2009 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.50) id 1NFbK6-0007um-LE for ged-emacs-devel@m.gmane.org; Tue, 01 Dec 2009 23:35:54 +0100 Original-Received: from localhost ([127.0.0.1]:49225 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFbK6-0006ig-A9 for ged-emacs-devel@m.gmane.org; Tue, 01 Dec 2009 17:35:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NFbJS-0006Sw-VP for emacs-devel@gnu.org; Tue, 01 Dec 2009 17:35:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NFbJO-0006Qh-5E for emacs-devel@gnu.org; Tue, 01 Dec 2009 17:35:14 -0500 Original-Received: from [199.232.76.173] (port=45776 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFbJN-0006Qb-Vr for emacs-devel@gnu.org; Tue, 01 Dec 2009 17:35:10 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:58442) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NFbJN-0001hF-HK for emacs-devel@gnu.org; Tue, 01 Dec 2009 17:35:09 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NFbJI-0007Xp-Fb for emacs-devel@gnu.org; Tue, 01 Dec 2009 23:35:04 +0100 Original-Received: from 92-49-243-221.dynamic.peoplenet.ua ([92.49.243.221]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 Dec 2009 23:35:04 +0100 Original-Received: from bialix by 92-49-243-221.dynamic.peoplenet.ua with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 Dec 2009 23:35:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 7 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 92-49-243-221.dynamic.peoplenet.ua User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) In-Reply-To: <831vjemrdw.fsf@gnu.org> X-Enigmail-Version: 0.96.0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:118085 Archived-At: Eli Zaretskii пишет: > Do I understand correctly that the way to create a new branch in the > master repository is with "bzr push"? If not, how is that done? Push from local to remote is the fastest way to create new copy of branch. Also you can use just `bzr branch url/to/trunk url/to/new/branch`