QBzr-Eclipse is an Eclipse plugin that provides integration with Bazaar by making use of Bazaar's QBzr plug-in.
Product's homepage
Here are some key features of "QBzr-Eclipse Plugin":
· No need to tell the plugin about your branches - they are automatically detected.
Supports the following commands:
· init
· update
· qadd
· qannotate
· qbranch
· qbrowse
· qcommit
· qconfig
· qdiff
· qinfo
· qlog
· qmerge
· qpull
· qpush
· qrevert.
· Moves files when refactoring with Eclipse.
· User can specify patterns for files that should be automatically added to Bazaar when files are created in Eclipse (e.g. ".*.java")
Requirements:
· Bazaar Revision Control System
· Eclipse
What's New in This Release: [ read full changelog ]
· Bug 462550 - Renaming an outer package in Eclipse resulted in multiple bzr mv commands (one for each file in that package). Now only one bzr mv command is performed for the package that was renamed. (Nicholas Allen, Craig Hewetson)
· Added unit tests for testing the resource change listener. (Craig Hewetson)