Merge lp:~welterde/bzr-avahi/trunk into lp:bzr-avahi

Proposed by welterde
Status: Needs review
Proposed branch: lp:~welterde/bzr-avahi/trunk
Merge into: lp:bzr-avahi
Diff against target: 24 lines (+3/-3)
1 file modified
__init__.py (+3/-3)
To merge this branch: bzr merge lp:~welterde/bzr-avahi/trunk
Reviewer Review Type Date Requested Status
Jelmer Vernooij (community) code Approve
James Henstridge Pending
Review via email: mp+14862@code.launchpad.net
To post a comment you must log in.
Revision history for this message
welterde (welterde) wrote :

fixes bzr-avahi on a more recent version of bzr-dbus/bzr

Revision history for this message
Jelmer Vernooij (jelmer) wrote :

James, ping?

review: Approve (code)

Unmerged revisions

37. By welterde

the dbus-plugin doesn't contain that (anymore)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file '__init__.py'
--- __init__.py 2008-05-12 02:03:47 +0000
+++ __init__.py 2009-11-14 14:10:24 +0000
@@ -33,7 +33,7 @@
33from bzrlib.commands import Command, Option, display_command, register_command33from bzrlib.commands import Command, Option, display_command, register_command
34from bzrlib.directory_service import directories34from bzrlib.directory_service import directories
35from bzrlib.lazy_import import lazy_import35from bzrlib.lazy_import import lazy_import
36from bzrlib.plugins.dbus.server_mainloop import MainloopThread36from bzrlib.smart.server import SmartTCPServer
37lazy_import(globals(), """37lazy_import(globals(), """
38import os38import os
3939
@@ -70,9 +70,9 @@
70 global_advertiser.remove_server(server_url)70 global_advertiser.remove_server(server_url)
71 pass71 pass
7272
73MainloopThread.hooks.install_named_hook(73SmartTCPServer.hooks.install_named_hook(
74 'server_started', server_started, 'Advertising branches via mDNS')74 'server_started', server_started, 'Advertising branches via mDNS')
75MainloopThread.hooks.install_named_hook(75SmartTCPServer.hooks.install_named_hook(
76 'server_stopped', server_stopped, 'Stop advertising branches via mDNS')76 'server_stopped', server_stopped, 'Stop advertising branches via mDNS')
7777
78# Register local: transport.78# Register local: transport.

Subscribers

People subscribed via source and target branches

to all changes:
to status/vote changes: