rewrite vim-update to update from the newest branch to the oldest

This commit is contained in:
Zdenek Dohnal 2017-12-01 13:27:39 +01:00
parent 66ccb62662
commit 85fe8c8c01

View File

@ -178,4 +178,8 @@ if [ $CHANGES -ne 0 ]; then
# echo "GIT push failed"
#fi
fi
#go back to master
$debug fedpkg switch-branch master
exit 0