##// END OF EJS Templates
serve: pass the prepared baseui to hgweb...
Simon Heimberg -
r18827:6793ae6e default
parent child Browse files
Show More
@@ -5093,7 +5093,7 b' def serve(ui, repo, **opts):'
5093 " here (.hg not found)"))
5093 " here (.hg not found)"))
5094 o = repo.root
5094 o = repo.root
5095
5095
5096 app = hgweb.hgweb(o, baseui=ui)
5096 app = hgweb.hgweb(o, baseui=baseui)
5097
5097
5098 class service(object):
5098 class service(object):
5099 def init(self):
5099 def init(self):
General Comments 0
You need to be logged in to leave comments. Login now