From owner-cvs-all@FreeBSD.ORG Mon Apr 18 12:10:15 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 846C216A4CE; Mon, 18 Apr 2005 12:10:15 +0000 (GMT) Received: from mail.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D34043D2D; Mon, 18 Apr 2005 12:10:15 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mail.ijs.si [193.2.4.66]) by patsy.ijs.si (Postfix) with ESMTP id 52F7D1F4630; Mon, 18 Apr 2005 14:10:14 +0200 (CEST) Received: from patsy.ijs.si ([127.0.0.1]) by localhost (patsy.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 80226-02-5; Mon, 18 Apr 2005 14:10:12 +0200 (CEST) Received: from idefix.ijs.si (idefix.ijs.si [193.2.4.33]) by patsy.ijs.si (Postfix) with ESMTP id A73BD1F457F; Mon, 18 Apr 2005 14:10:12 +0200 (CEST) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by idefix.ijs.si (Postfix) with ESMTP id 407B95C0A; Mon, 18 Apr 2005 14:10:12 +0200 (CEST) From: Dejan Lesjak To: Sergey Matveychuk Date: Mon, 18 Apr 2005 14:10:10 +0200 User-Agent: KMail/1.8 References: <200504181054.j3IAsZBI082981@repoman.freebsd.org> <42639571.3060503@FreeBSD.org> <200504181349.09635.dejan.lesjak@ijs.si> In-Reply-To: <200504181349.09635.dejan.lesjak@ijs.si> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504181410.11740.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si cc: Dejan Lesjak cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/editors/xemacs-devel Makefile distinfo pkg-plist ports/editors/xemacs-devel/files patch-configure.ac patch-emacs.c patch-mem-limits.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 12:10:15 -0000 On Monday 18 of April 2005 13:49, Dejan Lesjak wrote: > On Monday 18 of April 2005 13:09, Sergey Matveychuk wrote: > > Dejan Lesjak wrote: > > > lesi 2005-04-18 10:32:26 UTC > > > lesi 2005-04-18 10:51:31 UTC > > > > > > lesi 2005-04-18 10:54:35 UTC > > > > It could be just one commit. > > Indeed it could. But it was separated regarding what each of commits did. Erm, I apologise for such short and mostly unhelpful answer. Let me explain a bit better why I did it this way. Going through CVS logs (of ports and also other projects) I find things easier to follow if unrelated changes are not bundled together in single commits, so I split this three unrelated changes in hope they look better this way in the logs. On another hand when doing for example X upgrade, it helps if entire thing is done at least pseudo atomically, so there is less chance that users get checkouts from the middle of commit. Having said that, if it is considered better to bundle changes like these for xemacs-devel, I'll stick to bundling them in the future. Dejan