Comment 0 for bug 198645

Revision history for this message
James Henstridge (jamesh) wrote : "bzr commit" does not trigger DBus signal

While testing bzr-dbus with bzr-1.2, I noticed that no DBus "Revision" signal was being broadcast when I committed to a branch. It seems that the "set_rh" hook was not being called.

I guess set_revision_history() doesn't get called during commit anymore (or at least for pack branches it isn't). I guess it should be changed to listen to a different set of hooks (some combination of post_commit, post_uncommit, post_pull and post_push).