diff -r 1f0f84660dea -r 810ca383da9c hgext/zeroconf/__init__.py --- 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()