c7d48270f1cd104d0d949fbf5fa9be515b2df482 kuhn Tue Nov 27 17:24:19 2012 -0800 adjusted usage statement to note that it works on a directory diff --git src/utils/qa/whoMadeIt.csh src/utils/qa/whoMadeIt.csh index 1584def..ae32793 100755 --- src/utils/qa/whoMadeIt.csh +++ src/utils/qa/whoMadeIt.csh @@ -17,30 +17,31 @@ # set up equivalence to remove split contributions under two names set names=( 'Ann Zweig' 'Brian Raney' 'Brooke Rhead' 'Jim Kent' 'Andy Pohl'\ 'Larry Meyer' 'Mark Diekhans' 'Kate Rosenbloom' 'Hiram Clawson' 'Tim Dreszer' \ 'Galt Barber' 'Belinda Giardine' 'Angie Hinrichs' 'Robert Baertsch' ) set alias=( ann braney rhead kent aamp \ larrym markd kate hiram tdreszer \ galt giardine angie baertsch ) # set names=( 'Jim Kent' ) # set alias=( kent ) set aliases=`echo $alias | wc -w` if ( $#argv != 1 ) then echo echo " gets info about who wrote the lines in a program." echo " expects your source tree in your ~/kent directory." + echo " will work on a directory name." echo echo " usage: program" echo exit else set program=$argv[1] endif if ( "$HOST" != "hgwdev" ) then echo "\n error: you must run this script on dev!\n" exit 1 endif cd ~/kent set location=`find . -name $program`