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: GNU Emacs is on Bazaar now. Date: Mon, 28 Dec 2009 01:55:11 -0500 Message-ID: <87637r610w.fsf@red-bean.com> References: <87d4206n80.fsf@canonical.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 1261983340 32375 80.91.229.12 (28 Dec 2009 06:55:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Dec 2009 06:55:40 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 28 07:55:32 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 1NP9Vr-0000a1-7h for ged-emacs-devel@m.gmane.org; Mon, 28 Dec 2009 07:55:31 +0100 Original-Received: from localhost ([127.0.0.1]:40171 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NP9Vq-0003sL-R3 for ged-emacs-devel@m.gmane.org; Mon, 28 Dec 2009 01:55:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NP9Vh-0003qs-4k for emacs-devel@gnu.org; Mon, 28 Dec 2009 01:55:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NP9Va-0003oB-SC for emacs-devel@gnu.org; Mon, 28 Dec 2009 01:55:19 -0500 Original-Received: from [199.232.76.173] (port=48435 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NP9Va-0003o8-OF for emacs-devel@gnu.org; Mon, 28 Dec 2009 01:55:14 -0500 Original-Received: from sanpietro.red-bean.com ([66.146.206.141]:45787) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NP9Va-0002fS-E3 for emacs-devel@gnu.org; Mon, 28 Dec 2009 01:55:14 -0500 Original-Received: from localhost ([127.0.0.1]:53410 helo=floss ident=kfogel) by sanpietro.red-bean.com with esmtp (Exim 4.71) (envelope-from ) id 1NP9VX-0001Cf-UI; Mon, 28 Dec 2009 00:55:12 -0600 In-Reply-To: (Kenichi Handa's message of "Mon, 28 Dec 2009 15:46:35 +0900") 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:118849 Archived-At: Kenichi Handa writes: >> In case you missed it: GNU Emacs is on Bazaar now. Please see >> http://www.emacswiki.org/emacs/BzrForEmacsDevs for how to (re)obtain >> your development sources from Bazaar. > > I followed that page and created "quickfixex" branch. Then, > I editted src/ChangeLog to add entries I forgot last time, > saved the file, and typed C-x v v C-c C-c. Then I noticed > that "C-x v v C-c C-c" is enough to commit in CVS, but > perhaps not in Bazaar. The above wiki page doesn't describe > what to do from Emacs to finish committing. Should I do > this manually? > > % bzr commit -m 'Add entries in ChangeLog' You should do whatever the wiki page says; it is written from a command-line perspective. (I don't know what directory you intend the above to run in, so I can't answer your question as asked. The idea is that you should merge your change from quickfixes to trunk, then commit trunk -- since trunk is bound to upstream, the commit there will push the changes to the upstream master.) Anyone should go ahead and document the VC commands if they know them, by the way. For various reasons (having to do with spending much of my time running development versions of version control systems), I got out of the habit of using VC years ago, so I couldn't document VC on that wiki page. Best, -Karl