~bzr/bzr-dbus/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
Plans for dbus and bzr
----------------------

 * debug why raising a dbus returned error skips regular error handling and 
   jumps to sys.excepthook [wager: crack from the dbus python bindings]
 * setup.py for activation files rather than manual instructions.
 * gobject mainloop headaches? threads?
 * change the hook used to trap commits from set_rh to push/pull/commit/uncommit.
 * have the announce_revision method lookup all the urls its given in bzr.conf to 
   determine public urls? (how can it tell that something is there? This TODO
   may be inherently flawed).
 * have the announce_revision method read bazaar.conf to pickup statically
   configured servers. (requires server configuration to be possible ;)).