update bb script

Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
Gaetan Semet 2015-01-28 15:58:53 +01:00
commit 88f5c8b417

View file

@ -112,8 +112,9 @@ function bb_merge_bottom_branch_to_here()
eval $cmd
git mergetool --no-prompt
if [[ $? == 0 ]]; then
git gui
git gui citool
fi
echo "Use 'bb_push_with_care' to push your merge to Gerrit"
}