Accept a nicer syntax on the callee side for qobserver.add_callbacks
commit4b6f10231ee6db3720f34a8ad613e2d8647dbf52
authorDavid Aguilar <davvid@gmail.com>
Mon, 31 Dec 2007 05:23:11 +0000 (30 21:23 -0800)
committerDavid Aguilar <davvid@gmail.com>
Mon, 31 Dec 2007 05:23:11 +0000 (30 21:23 -0800)
tree4e1d6adc7f77ae72b68fecb0f8ef8e57b8fc6a3e
parent6f8a6a6c5cb4fb713a4acdbafd47f9e65ce99938
Accept a nicer syntax on the callee side for qobserver.add_callbacks

Add_callbacks originally required a dictionary as its input.  Now, it uses **kwargs as its dictionary so that the key=value pairs can be specified directly.
ugitlibs/controllers.py
ugitlibs/createbranchcontroller.py
ugitlibs/pushcontroller.py
ugitlibs/qobserver.py
ugitlibs/repobrowsercontroller.py