Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Mar 2016 15:28:38 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r48460 - head/en_US.ISO8859-1/articles/committers-guide
Message-ID:  <201603231528.u2NFScvb099417@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Wed Mar 23 15:28:38 2016
New Revision: 48460
URL: https://svnweb.freebsd.org/changeset/doc/48460

Log:
  Add a small bit about the mfh script being able to handle multiple
  revisions at once.
  
  Reviewed by:	wblock
  Sponsored by:	Absolight
  Differential Revision:	https://reviews.freebsd.org/D5634

Modified:
  head/en_US.ISO8859-1/articles/committers-guide/article.xml

Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/committers-guide/article.xml	Wed Mar 23 13:28:41 2016	(r48459)
+++ head/en_US.ISO8859-1/articles/committers-guide/article.xml	Wed Mar 23 15:28:38 2016	(r48460)
@@ -4803,6 +4803,21 @@ Do you want to commit? (no = start a she
 
 	    <programlisting>Host repo.freebsd.org # Can be *.freebsd.org
     User <replaceable>freebsd-login</replaceable></programlisting>
+
+	    <tip>
+	      <para>The script is also able to merge more than one
+		revision at a time.  If there have been other updates
+		to the port since the branch was created that have not
+		been merged because they were not security related.
+		Add the different revisions in the order they were
+		committed on the <command>mfh</command> command line.
+		The new commit log message will contain the combined
+		log messages from all the original commits.  These
+		messages must be edited to show what is actually being
+		done with the new commit.</para>
+
+	      <screen>&prompt.user; <userinput>/usr/ports/Tools/scripts/mfh 2016Q1 r407208 r407713 r407722 r408567 r408943 r410728</userinput></screen>
+	    </tip>
 	  </answer>
 	</qandaentry>
       </qandadiv>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603231528.u2NFScvb099417>