aboutsummaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2017-05-01 09:06:15 +0800
committeradamw <adamw@FreeBSD.org>2017-05-01 09:06:15 +0800
commitf5cc94f21a7bc617b580666a27b0bdefe1e0ef98 (patch)
tree4a28a23be54b1a8bcc06c3ba9965c7cd2fbc06e9 /Tools
parent0ee2021fadae2e4846508bb78028d4d55f5fc426 (diff)
downloadfreebsd-ports-gnome-f5cc94f21a7bc617b580666a27b0bdefe1e0ef98.tar.gz
freebsd-ports-gnome-f5cc94f21a7bc617b580666a27b0bdefe1e0ef98.tar.zst
freebsd-ports-gnome-f5cc94f21a7bc617b580666a27b0bdefe1e0ef98.zip
Add some usage instructions to the top of the mfh script. In particular,
note that multiple revisions should appear chronologically.
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/scripts/mfh6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tools/scripts/mfh b/Tools/scripts/mfh
index 6d393c19f02c..a10182bf8fcc 100755
--- a/Tools/scripts/mfh
+++ b/Tools/scripts/mfh
@@ -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.
#