This repository has been archived by the owner on Nov 20, 2023. It is now read-only.
Changes to push_all.py
since v2.5.x:
- Replaced the
--batch-size
option by--incremental
- Output the number of commits not yet pushed per branch
- Fail early if previous push attempts of the same commit failed
- Check if the tagged commit is on remote before attempting to push the tag
- Go back to the original branch after pushing the branches
- Refactoring and bugfixes