diff -r 62c71741ae7d -r 58b7b5ef6cd0 hgext/zeroconf/__init__.py --- a/hgext/zeroconf/__init__.py Sun Oct 12 15:21:08 2008 -0500 +++ b/hgext/zeroconf/__init__.py Sun Oct 12 15:21:08 2008 -0500 @@ -65,6 +65,7 @@ # advertise to Mercurial clients svc = Zeroconf.ServiceInfo('_hg._tcp.local.', name + '._hg._tcp.local.', + server = host, port = port, properties = {'description': desc, 'path': "/" + path},