Add some usage instructions to the top of the mfh script. In particular,

note that multiple revisions should appear chronologically.
This commit is contained in:
Adam Weinberger
2017-05-01 01:06:15 +00:00
parent adc67685a4
commit bde099625e

View File

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