From owner-cvs-src@FreeBSD.ORG Fri Sep 24 20:06:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F06F216A4CF; Fri, 24 Sep 2004 20:06:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0DE343D4C; Fri, 24 Sep 2004 20:06:49 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i8OK6nSj051501; Fri, 24 Sep 2004 20:06:49 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8OK6nqj051500; Fri, 24 Sep 2004 20:06:49 GMT (envelope-from jmg) Message-Id: <200409242006.i8OK6nqj051500@repoman.freebsd.org> From: John-Mark Gurney Date: Fri, 24 Sep 2004 20:06:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools README src/tools/tools/mfc mfc.awk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Sep 2004 20:06:50 -0000 jmg 2004-09-24 20:06:49 UTC FreeBSD src repository Modified files: tools/tools README Added files: tools/tools/mfc mfc.awk Log: add my script that helps me handle MFC's. It takes in a commit message and generates the proper (hopefully) update -j lines + commit line to do the MFC... This has saved me a lot of time doing recent MFC's... You still should use diff to verify the changes before doing the commit.. Revision Changes Path 1.35 +1 -1 src/tools/tools/README 1.1 +30 -0 src/tools/tools/mfc/mfc.awk (new)