From 85fe8c8c017c2699506e8bcb1576f2b88daab43a Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Dec 01 2017 12:27:39 +0000 Subject: rewrite vim-update to update from the newest branch to the oldest --- diff --git a/vim-update.sh b/vim-update.sh index 5ea1598..e3aa783 100755 --- a/vim-update.sh +++ b/vim-update.sh @@ -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