From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephen J. Turnbull" Newsgroups: gmane.emacs.devel Subject: adding branches to bzr? Date: Wed, 13 Jan 2010 17:55:01 +0900 Message-ID: <873a2a2xlm.fsf@uwakimon.sk.tsukuba.ac.jp> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1263372407 25943 80.91.229.12 (13 Jan 2010 08:46:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 13 Jan 2010 08:46:47 +0000 (UTC) Cc: Emacs development discussions To: joakim@verona.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 13 09:46:40 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.50) id 1NUys8-0003ev-7w for ged-emacs-devel@m.gmane.org; Wed, 13 Jan 2010 09:46:36 +0100 Original-Received: from localhost ([127.0.0.1]:47074 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUys8-0004z2-Ib for ged-emacs-devel@m.gmane.org; Wed, 13 Jan 2010 03:46:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NUys3-0004yo-6l for emacs-devel@gnu.org; Wed, 13 Jan 2010 03:46:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NUyrx-0004vz-FE for emacs-devel@gnu.org; Wed, 13 Jan 2010 03:46:29 -0500 Original-Received: from [199.232.76.173] (port=38934 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUyrx-0004vu-A7 for emacs-devel@gnu.org; Wed, 13 Jan 2010 03:46:25 -0500 Original-Received: from mtps02.sk.tsukuba.ac.jp ([130.158.97.224]:41165) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NUyrv-0003XB-Fv for emacs-devel@gnu.org; Wed, 13 Jan 2010 03:46:24 -0500 Original-Received: from uwakimon.sk.tsukuba.ac.jp (uwakimon.sk.tsukuba.ac.jp [130.158.99.156]) by mtps02.sk.tsukuba.ac.jp (Postfix) with ESMTP id 359F38215; Wed, 13 Jan 2010 17:46:21 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id 51C2D1A2C00; Wed, 13 Jan 2010 17:55:01 +0900 (JST) In-Reply-To: X-Mailer: VM 8.0.12-devo-585 under 21.5 (beta29) "garbanzo" 1444e28f1a3d XEmacs Lucid (x86_64-unknown-linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:119906 Archived-At: joakim@verona.se writes: > I have some local Emacs branches I maintain in git: > > xwidget - embed different gtk widgets in Emacs windows > imagemagick - use imagemagick to read and render images in Emacs > filemagic - incorporate filemagic library in Emacs > windowgroups - group emacs windows together > > It would be interesting to share this work in the central bzr repo. How > would I do that? If you can provide a public git repository, there is a bzr-git extension which allows people to check out from a git repository using bzr. > I can switch to bzr if thats necessary. That depends on whether you use git features, like colocated branches, commits staged in the index, and rebasing a lot. If you don't, it's probably easier all around to switch (but I would recommend using Launchpad to host your branches until Savannah switches to bzr+ssh protocol).