From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: GNU Emacs is on Bazaar now. Date: Mon, 28 Dec 2009 15:46:35 +0900 Message-ID: References: <87d4206n80.fsf@canonical.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1261982826 31548 80.91.229.12 (28 Dec 2009 06:47:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Dec 2009 06:47:06 +0000 (UTC) Cc: emacs-devel@gnu.org To: Karl Fogel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 28 07:46:59 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 1NP9Na-0007BG-Lj for ged-emacs-devel@m.gmane.org; Mon, 28 Dec 2009 07:46:58 +0100 Original-Received: from localhost ([127.0.0.1]:45084 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NP9Na-0007UK-UB for ged-emacs-devel@m.gmane.org; Mon, 28 Dec 2009 01:46:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NP9NS-0007U7-PW for emacs-devel@gnu.org; Mon, 28 Dec 2009 01:46:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NP9NN-0007TU-Vu for emacs-devel@gnu.org; Mon, 28 Dec 2009 01:46:49 -0500 Original-Received: from [199.232.76.173] (port=55790 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NP9NN-0007TR-NZ for emacs-devel@gnu.org; Mon, 28 Dec 2009 01:46:45 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:56732) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NP9NN-00024V-7U for emacs-devel@gnu.org; Mon, 28 Dec 2009 01:46:45 -0500 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id nBS6ka6D020328; Mon, 28 Dec 2009 15:46:36 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id nBS6kaEL027802; Mon, 28 Dec 2009 15:46:36 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id nBS6kZiD015775; Mon, 28 Dec 2009 15:46:35 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1NP9ND-0000IQ-Ri; Mon, 28 Dec 2009 15:46:35 +0900 In-Reply-To: <87d4206n80.fsf@canonical.com> (message from Karl Fogel on Sun, 27 Dec 2009 17:55:43 -0500) X-detected-operating-system: by monty-python.gnu.org: Solaris 9 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:118847 Archived-At: In article <87d4206n80.fsf@canonical.com>, Karl Fogel 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' --- Kenichi Handa handa@m17n.org