i18n-sv: synchronized with
b5170b8b32a5
run-tests: work around a distutils bug triggered by
0a8a43b4ca75
Do not overwrite motd attribute of hgwebdir instances on refresh.
This allows using
application = hgwebdir(...)
application.motd = (string or object with __str__ method)
in WSGI (like it is possible in CGI).
Changed web.motd in the config file is still read with this, because
hgwebdir.templater.motd() does not store the config value.