svn commit: r439857 - head/Tools/scripts

Adam Weinberger adamw at FreeBSD.org
Mon May 1 01:06:16 UTC 2017


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.
 #


More information about the svn-ports-all mailing list