Bazaar Externals plugin 1.2 released

Written for Bazaar Externals plugin by Eugene Tarasenko on 2010-03-12

Added new command to execute an arbitrary bzr or shell command for each branch in the local workspace, see also ``bzr help ecmd``.
Added support via hooks for bazaar commands: checkout, update, push.
Added support relative urls like in svn:externals, see also examples in ``bzr help externals``.

Changes:
* Added support for commands: checkout, update, push
* Added new command for run some command for main and external branches
* Added support relative urls like in svn:externals
* Added support feature branch
* Speed of work is increased to 2 times with replacement subprocess.call to run_bzr
* Now used merged config: from repositories and from local working tree
* Moved config file to ``.bzrmeta/externals``
* Make hooks lazy
* And fixed many bugs

Read more

Read all announcements