comparison utils/release/merge.sh @ 100:7d135dc70f03 LLVM 3.9

LLVM 3.9
author Miyagi Mitsuki <e135756@ie.u-ryukyu.ac.jp>
date Tue, 26 Jan 2016 22:53:40 +0900
parents afa8332a0e37
children 1172e4bd9c6f
comparison
equal deleted inserted replaced
96:6418606d0ead 100:7d135dc70f03
16 16
17 rev="" 17 rev=""
18 proj="" 18 proj=""
19 revert="no" 19 revert="no"
20 20
21 function usage() { 21 usage() {
22 echo "usage: `basename $0` [OPTIONS]" 22 echo "usage: `basename $0` [OPTIONS]"
23 echo " -proj PROJECT The project to merge the result into" 23 echo " -proj PROJECT The project to merge the result into"
24 echo " -rev NUM The revision to merge into the project" 24 echo " -rev NUM The revision to merge into the project"
25 echo " -revert Revert rather than merge the commit" 25 echo " -revert Revert rather than merge the commit"
26 } 26 }