From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Karl Fogel Newsgroups: gmane.emacs.devel Subject: Re: bzr repository ready? Date: Fri, 20 Nov 2009 17:47:27 -0500 Message-ID: <871vjsvmo0.fsf@red-bean.com> References: <87zl6vskq0.fsf@red-bean.com> <874op07kb0.fsf@red-bean.com> <87639fr3w7.fsf@red-bean.com> <87vdhfpil2.fsf@red-bean.com> <87einvxy9c.fsf@red-bean.com> <20091118230952.GB908@muc.de> <87my2jw05z.fsf@red-bean.com> <83skc9pbf7.fsf@gnu.org> <87iqd5vw5n.fsf@red-bean.com> <876394dfn2.fsf@stupidchicken.com> Reply-To: Karl Fogel NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1258757279 22531 80.91.229.12 (20 Nov 2009 22:47:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Nov 2009 22:47:59 +0000 (UTC) Cc: Eli Zaretskii , jearl@notengoamigos.org, ian.clatworthy@canonical.com, emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 20 23:47:51 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 1NBcGW-0007kO-42 for ged-emacs-devel@m.gmane.org; Fri, 20 Nov 2009 23:47:44 +0100 Original-Received: from localhost ([127.0.0.1]:54893 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBcGV-00061A-Kg for ged-emacs-devel@m.gmane.org; Fri, 20 Nov 2009 17:47:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NBcGP-00060q-Es for emacs-devel@gnu.org; Fri, 20 Nov 2009 17:47:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NBcGM-0005yp-0b for emacs-devel@gnu.org; Fri, 20 Nov 2009 17:47:37 -0500 Original-Received: from [199.232.76.173] (port=53340 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBcGL-0005yh-Ma for emacs-devel@gnu.org; Fri, 20 Nov 2009 17:47:33 -0500 Original-Received: from sanpietro.red-bean.com ([66.146.206.141]:54322) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NBcGI-0007KC-NU; Fri, 20 Nov 2009 17:47:30 -0500 Original-Received: from localhost ([127.0.0.1]:60515 helo=kfogel-work ident=kfogel) by sanpietro.red-bean.com with esmtp (Exim 4.69) (envelope-from ) id 1NBcGG-00078q-VC; Fri, 20 Nov 2009 16:47:29 -0600 In-Reply-To: <876394dfn2.fsf@stupidchicken.com> (Chong Yidong's message of "Fri, 20 Nov 2009 16:56:33 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) 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:117386 Archived-At: Chong Yidong writes: > Karl Fogel writes: >> I've already written http://www.emacswiki.org/emacs/BzrForEmacsDevs. >> My instinct is to start with that, and then answer questions here as as >> people have them, rather than write lots more text only to discover that >> it doesn't answer the questions that actually come up. > > Thanks for writing that page. I noticed that the instructions are given > in terms of terminal commands (bzr merge, bzr push, etc.) It would be > nice to have the vc/vc-dir workflow explicitly spelt out too. Will `C-x > v v' just do the right thing with respect to committing to the local > mirror vs the global repository? I don't know. I don't use vc anymore (it failed to DTRT too often for me over the last many years, so I finally decided just using an Emacs shell buffer was more reliable; I hear vc is better now, though). If someone who uses vc with bzr could expand the instructions, that would be great!