hgext/zeroconf/__init__.py
changeset 7280 810ca383da9c
parent 7238 b1a9ad7b464e
child 7282 6541696b5f66
--- a/hgext/zeroconf/__init__.py	Tue Oct 28 19:07:14 2008 +0100
+++ b/hgext/zeroconf/__init__.py	Tue Oct 28 19:25:26 2008 +0100
@@ -87,7 +87,6 @@
             u = ui.ui(parentui=self.parentui)
             u.readconfig(os.path.join(path, '.hg', 'hgrc'))
             n = os.path.basename(r)
-            desc = u.config("web", "description", n)
             publish(n, "hgweb", p, int(repo.ui.config("web", "port", 8000)))
         return super(hgwebdirzc, self).run()