add bin/translate p

play24
Thibault Duplessis 2016-04-09 12:49:33 +07:00
parent f8bbbdd7a1
commit 7902f602ff
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,10 @@ elif [ "$1" = "a" ]; then
next
show
fi
elif [ "$1" = "p" ]; then
printf "Picking translation %s\n" $version
git cherry-pick -n t/$(echo $version)
tig status
elif [ "$1" = "n" ]; then
next
show