From owner-svn-ports-head@freebsd.org Mon May 1 01:06:16 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0281D5816B; Mon, 1 May 2017 01:06:16 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8060C3B1; Mon, 1 May 2017 01:06:16 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4116FWf066288; Mon, 1 May 2017 01:06:15 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4116FXA066287; Mon, 1 May 2017 01:06:15 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201705010106.v4116FXA066287@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 1 May 2017 01:06:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439857 - head/Tools/scripts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 01:06:16 -0000 Author: adamw Date: Mon May 1 01:06:15 2017 New Revision: 439857 URL: https://svnweb.freebsd.org/changeset/ports/439857 Log: Add some usage instructions to the top of the mfh script. In particular, note that multiple revisions should appear chronologically. Modified: head/Tools/scripts/mfh Modified: head/Tools/scripts/mfh ============================================================================== --- head/Tools/scripts/mfh Mon May 1 00:59:29 2017 (r439856) +++ head/Tools/scripts/mfh Mon May 1 01:06:15 2017 (r439857) @@ -1,6 +1,12 @@ #!/bin/sh # # mfh - Merge from head to a given branch +# +# Usage: mfh [] [] +# is optional and defaults to latest branch +# If supplying multiple revnumbers, put them in chronological order +# (111111 111112 111113) +# # Copyright 2013 Baptiste Daroussin # All rights reserved. #