Commit 4d35f3e6 authored by Vitaly Lipatov's avatar Vitaly Lipatov

fix checkout to backport branch

parent aa3d5e73
...@@ -57,7 +57,7 @@ checkout_bpbranch() ...@@ -57,7 +57,7 @@ checkout_bpbranch()
if is_exist_branch $USEBRANCH ; then if is_exist_branch $USEBRANCH ; then
docmd git checkout $USEBRANCH || fatal "Can't checkout branch $USEBRANCH. Use $BPSPEC manually or remove it." docmd git checkout $USEBRANCH || fatal "Can't checkout branch $USEBRANCH. Use $BPSPEC manually or remove it."
else else
docmd git branch $USEBRANCH || fatal docmd git checkout -b $USEBRANCH || fatal
fi fi
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment