breezy

Version control system with multi-format support (Git, Bazaar, SVN)

brewmacoslinux
Try with needOr install directly
Source

About

Version control system implemented in Python with multi-format support

Commands

brz

Examples

Initialize a new Bazaar repository$ brz init
Clone a remote repository$ brz branch https://example.com/repo local-copy
Commit changes with a message$ brz commit -m 'Describe your changes'