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 22:10:30 +0900 Message-ID: References: <87d4206n80.fsf@canonical.com> <87637r610w.fsf@red-bean.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1262005859 21763 80.91.229.12 (28 Dec 2009 13:10:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Dec 2009 13:10:59 +0000 (UTC) Cc: kfogel@red-bean.com, schwab@linux-m68k.org, emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 28 14:10: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 1NPFN4-00074S-QI for ged-emacs-devel@m.gmane.org; Mon, 28 Dec 2009 14:10:51 +0100 Original-Received: from localhost ([127.0.0.1]:38138 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NPFN5-0003bg-4V for ged-emacs-devel@m.gmane.org; Mon, 28 Dec 2009 08:10:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NPFMy-0003ae-C6 for emacs-devel@gnu.org; Mon, 28 Dec 2009 08:10:44 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NPFMt-0003Y6-8B for emacs-devel@gnu.org; Mon, 28 Dec 2009 08:10:43 -0500 Original-Received: from [199.232.76.173] (port=43316 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NPFMt-0003Xz-2R for emacs-devel@gnu.org; Mon, 28 Dec 2009 08:10:39 -0500 Original-Received: from mx1s.aist.go.jp ([150.29.246.134]:49185) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NPFMs-0003QN-HK for emacs-devel@gnu.org; Mon, 28 Dec 2009 08:10:39 -0500 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1s.aist.go.jp with ESMTP id nBSDAW34026395; Mon, 28 Dec 2009 22:10:32 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id nBSDAVou007753; Mon, 28 Dec 2009 22:10:31 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id nBSDAUZk008091; Mon, 28 Dec 2009 22:10:30 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1NPFMk-0004Cc-Jd; Mon, 28 Dec 2009 22:10:30 +0900 In-Reply-To: (message from Juanma Barranquero on Mon, 28 Dec 2009 13:08:57 +0100) X-detected-operating-system: by monty-python.gnu.org: Solaris 8 (1) 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:118865 Archived-At: In article , Juanma Barranquero writes: > Yes, but it is useful to start the commit log with a one-line > description of the changes, because there are commands to show the > commits with their comments in "single line mode". For example, I > committed a change for vc-git, and the ChangeLog entry was this: > 2009-12-28 Juanma Barranquero > Supersede color.diff settings in git log (bug#5211). > * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid > escape chars in its output when the user has color.diff set to `always'. > This fix works on git 1.4.2 and newer (released on 2006-08-13). > For the commit message I uses just the first line, but for more > extensive changes I would've used the whole ChangeLog entry. > Now, using "bzr log -l10 --line", you get: > 99201: Juanma Barranquero 2009-12-28 [merge] Supersede color.diff > settings in git log (bug#5211). > 99200: Juanma Barranquero 2009-12-28 [merge] Update .bzrignore. > 99199: Juanma Barranquero 2009-12-28 Update autoload checksum. > 99198: Karl Fogel 2009-12-27 [merge] Merge: update nt/INSTALL for > CVS->Bazaar switchover too. > 99197: Karl Fogel 2009-12-27 [merge] Merge: document that we are on Bazaar now. > 99196: Andreas Schwab 2009-12-27 Add .bzrignore > 99195: Chong Yidong 2009-12-27 * minibuf.c (Fall_completions): Minor > optimization. > 99194: Kevin Ryde 2009-12-26 * man.el > 99193: Kevin Ryde 2009-12-26 (Man-bgproc-sentinel): When "-k foo" > produces no output show error > 99192: Kevin Ryde 2009-12-26 Tweak a comment: it's man-db on gnu/linux > which agrees with posix that Ah, I see. Thank you for the detailed explanation. --- Kenichi Handa handa@m17n.org