hgext/zeroconf/__init__.py
changeset 16683 525fdb738975
parent 14104 23fc62e0a960
child 16688 cfb6682961b8
--- 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