A collection of plugins for bzr. Including rspush for pushing to a remote server with rsync, baz-import for importing arch or baz branches into bzr, shelve/unshelve for a fine grained 'undo' facility, clean-tree for removing unknown files from the current tree, graph-ancestory for producing graphs of branch history, and many others.
A collection of plugins for bzr. Including rspush for pushing to a remote server with rsync, baz-import for importing arch or baz branches into bzr, shelve/unshelve for a fine grained 'undo' facility, clean-tree for removing unknown files from the current tree, graph-ancestory for producing graphs of branch history, and many others.
To install bzrtools, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install bzrtools
To see what files were installed by bzrtools, run:
port contents bzrtools
To later upgrade bzrtools, run:
sudo port selfupdate && sudo port upgrade bzrtools
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.