diff options
-rwxr-xr-x | Tools/scripts/mfh | 6 |
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. # |