Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 May 2017 13:23:35 +1000
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        Adam Weinberger <adamw@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r439857 - head/Tools/scripts
Message-ID:  <f42e6986-a21b-3ae9-0420-cb55813db3ef@FreeBSD.org>
In-Reply-To: <201705010106.v4116FXA066287@repo.freebsd.org>
References:  <201705010106.v4116FXA066287@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 5/1/17 11:06 AM, Adam Weinberger wrote:
> 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 [<branch>] <revnumber> [<revnumber>] +#   <branch> 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. #
> 

What is the impact if they are not sorted?

Could the script be made to sort the provided revision numbers,
precluding the need for the committers to remember to sort them?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?f42e6986-a21b-3ae9-0420-cb55813db3ef>