--- a/mercurial/hgweb/hgwebdir_mod.py Sun Nov 22 11:19:07 2009 +0100
+++ b/mercurial/hgweb/hgwebdir_mod.py Sun Nov 22 11:27:29 2009 +0100
@@ -48,6 +48,7 @@
self.conf = conf
self.baseui = baseui
self.lastrefresh = 0
+ self.motd = None
self.refresh()
def refresh(self):
@@ -72,7 +73,6 @@
encoding.encoding = self.ui.config('web', 'encoding',
encoding.encoding)
- self.motd = self.ui.config('web', 'motd')
self.style = self.ui.config('web', 'style', 'paper')
self.stripecount = self.ui.config('web', 'stripes', 1)
if self.stripecount: