From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: cvs <-> arch mirroring scripts Date: Sun, 17 Aug 2003 13:29:38 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <1060744673.2522.27.camel@columbia> <1060803518.28891.27.camel@columbia> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1061141700 32055 80.91.224.253 (17 Aug 2003 17:35:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 17 Aug 2003 17:35:00 +0000 (UTC) Cc: arch-users@lists.fifthvision.net, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Aug 17 19:34:59 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19oRQh-0006Zc-00 for ; Sun, 17 Aug 2003 19:34:59 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19oRSh-000190-00 for ; Sun, 17 Aug 2003 19:37:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19oROy-0006bJ-Ap for emacs-devel@quimby.gnus.org; Sun, 17 Aug 2003 13:33:12 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19oROt-0006aF-QP for emacs-devel@gnu.org; Sun, 17 Aug 2003 13:33:07 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19oROL-0006IR-D0 for emacs-devel@gnu.org; Sun, 17 Aug 2003 13:33:04 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19oROL-0006HU-24 for emacs-devel@gnu.org; Sun, 17 Aug 2003 13:32:33 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19oRLW-0007rQ-14; Sun, 17 Aug 2003 13:29:38 -0400 Original-To: Miles Bader In-reply-to: (message from Miles Bader on 14 Aug 2003 18:35:07 +0900) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:15989 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15989 This generates CVS log entries like this: ---------------------------- revision 1.43 date: 2003/08/14 09:05:44; author: miles; state: Exp; lines: +2 -2 Revision: emacs--cvs-trunk--0--patch-14 Archive: miles@gnu.org--gnu-2003 Creator: Miles Bader Summary: Avoid .arch-ids dirs when making autoloads Modified-files: ./lisp/Makefile.in New-patches: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-14 That is 6 lines longer than normal. The extra lines will make it harder to scan the CVS log for relevant information. Can you make that any more compact? Is all of it really necessary?