v0.5.0
This release adds the bb pr sync
command, which allows rebasing / merging a pull request to its destination branch. In bitbucket, this feature is called Sync now
.
Changelog
4675cea Merge pull request #13 from craftamap/add-sync-command
685a336 sync: add draft implementation of sync command (#12)
c4ae503 sync: add verbose logging messages (#12)
ff7b265 sync: fix typo (#12)
d4df8f7 sync: make sync method configurable through the configuration (#12)
adfb6c2 sync: show note if merge or rebase failed; only push if previous operation successful
255667e sync: use configured remote instead of origin (#12)