Bzr Notification
bzr_notification is a Bzr plugin which will let you know when a push or pull is complete. Since some operations can take a long time (especially over international SSH links), bzr_notification is helpful because you won’t have to manually watch the progress.
If you do a lot of bzr pushing and pulling over slow connections or with large amounts of data, then bzr_notification is perfect for you.
Screenshot
Here is bzr_notification on a Fedora system (running AWN):

Download
The easiest way to install the plugin is to branch it directly into your plugins directory.
$ cd $HOME/.bazaar/plugins $ bzr branch http://www.proven-corporation.com/static/bzr/bzr_notification/
Notes
bzr_notification is currently very simple. While there are future plans to use python-notify or the direct DBus API, the current version simply calls out to the notify-send utility. Therefore, make sure you have the libnotify (Fedora) or libnotify-bin (Ubuntu) package installed.
