Bazaar
Wing's integration for Bazaar requires that the bzr command line executable is installed separately from Wing. Please see https://bazaar-vcs.org/ for information about Bazaar. The bzr executable may either be in your path or set with the Version Control > BZR > Bazaar Executable preference.
The Bazaar integration in Wing adds the following commands to those documented in Common Version Control Operations:
Annotate shows the origin of each line in a file.
Merge Entire Branch runs bzr merge <remote> to merge the changes in a remote branch into the local branch.
Push Entire Branch runs bzr push <remote> to push changes in the local branch to the remote branch.