From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/69771 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: synchronizing with Emacs, take two Date: Wed, 30 Jun 2010 16:46:08 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87d3v86vof.fsf_-_@lifelogs.com> References: <87zl07ynxi.fsf@gate450.dyndns.org> <87y6dw6w60.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: dough.gmane.org 1277934415 30494 80.91.229.12 (30 Jun 2010 21:46:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 30 Jun 2010 21:46:55 +0000 (UTC) To: Ding Mailing List Original-X-From: ding-owner+M18161@lists.math.uh.edu Wed Jun 30 23:46:52 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OU57L-0003Ru-GB for ding-account@gmane.org; Wed, 30 Jun 2010 23:46:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1OU57E-0001RP-58; Wed, 30 Jun 2010 16:46:44 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1OU57D-0001RD-1M for ding@lists.math.uh.edu; Wed, 30 Jun 2010 16:46:43 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1OU57B-0003ap-Js for ding@lists.math.uh.edu; Wed, 30 Jun 2010 16:46:42 -0500 Original-Received: from chirelay1o.jumptrading.com ([38.98.147.153] helo=chirelay1.jumptrading.com) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1OU57A-0000Vo-00 for ; Wed, 30 Jun 2010 23:46:40 +0200 Original-Received: from chirelay1.jumptrading.com (unknown [127.0.0.1]) by chirelay1.jumptrading.com (Symantec Mail Security) with ESMTP id 0C21E320016 for ; Wed, 30 Jun 2010 16:46:10 -0500 (CDT) X-AuditID: 26629395-a72f4bb000004d48-e2-4c2bbb211a19 Original-Received: from chiexchange02.w2k.jumptrading.com (unknown [38.98.147.140]) by chirelay1.jumptrading.com (Symantec Mail Security) with ESMTP id CA7E62DC005 for ; Wed, 30 Jun 2010 16:46:09 -0500 (CDT) Original-Received: from internalsmtp.w2k.jumptrading.com (10.2.4.29) by chiexchange02.w2k.jumptrading.com (10.2.4.71) with Microsoft SMTP Server id 8.1.291.1; Wed, 30 Jun 2010 16:46:09 -0500 Original-Received: from tzlatanov-ubuntu-desktop.jumptrading.com ([10.2.14.81]) by internalsmtp.w2k.jumptrading.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 30 Jun 2010 16:46:09 -0500 X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" In-Reply-To: <87y6dw6w60.fsf@lifelogs.com> (Ted Zlatanov's message of "Wed, 30 Jun 2010 16:35:35 -0500") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-OriginalArrivalTime: 30 Jun 2010 21:46:09.0379 (UTC) FILETIME=[A6933B30:01CB189D] X-Brightmail-Tracker: AAAAAA== X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:69771 Archived-At: On Wed, 30 Jun 2010 16:35:35 -0500 Ted Zlatanov wrote: TZ> Maybe we should close the bug when the merge happens. As long as TZ> there's a consistent way to associate the bug with the commit message. On Thu, 01 Jul 2010 00:08:51 +0300 Eli Zaretskii wrote: EZ> As long as you are committing to the Emacs repository many unrelated EZ> changes, there really is no way of making the commit messages more EZ> useful. But at least in several cases, it looks like the committed EZ> changes belong to a single changeset. Examples: ... EZ> For such changes, it would be more useful if the first line of the EZ> commit message summarized the change, instead of saying just "Synch EZ> with Gnus trunk". That would allow to, e.g., find the merge which EZ> introduced some specific change in Gnus by just looking at the output EZ> of "bzr log --line", which shows only those first lines from the EZ> commit messages. >> I plan to eventually set up a more automatic synchronization method. EZ> Thanks. For that, I hope the original commit message would become the EZ> commit message in the Bazaar repository. I'm aggregating two threads here and limiting the discussion to just the Ding list. Yamaoka-san, how do you synchronize Gnus and Emacs? Do you use a script or do it manually? I'd like to help with the process (and automate it, as previously discussed) while adding these two features: - for a single change, make the commit message the same as the change's commit message (with a prefix to indicate it's a synch) - close bugs when they are mentioned in the commit message I'd like this to be as automatic as possible, but never do a push automatically. So it can't happen on every commit. Ted