make adminmerge more covnenient

This commit is contained in:
Rudolf Polzer 2010-05-08 14:49:01 +02:00
parent 7ef2094c74
commit ff786842ab

3
all
View File

@ -562,6 +562,9 @@ case "$cmd" in
rm -rf "$patchdir"
;;
admin-merge)
if [ "$#" = 2 ]; then
set -- "${1%%/*}" "${1#*/}"
fi
for d in $repos; do
enter "$d0/$d" verbose
git rev-parse "$1/$2" || continue