diff -r 654b9e1966f7 -r 525fdb738975 hgext/zeroconf/__init__.py --- a/hgext/zeroconf/__init__.py Fri May 11 18:41:04 2012 +0200 +++ b/hgext/zeroconf/__init__.py Sat May 12 15:54:54 2012 +0200 @@ -119,7 +119,8 @@ name = os.path.basename(repo) path = (prefix + repo).strip('/') desc = u.config('web', 'description', name) - publish(name, desc, path, util.getport(u.config("web", "port", 8000))) + publish(name, desc, path, + util.getport(u.config("web", "port", 8000))) # listen