hgweb: forward archivelist() of hgweb to webutil
self.configlist() is ui.configlist(untrusted=True), and url=None in templater
effectively means 'url' is undefined.
from __future__ import absolute_importimport pkgutil__path__ = pkgutil.extend_path(__path__, __name__)