changeset 18828 | b718999f2e0b |
parent 18827 | 6793ae6e36dc |
child 18848 | cc741817a49e |
--- a/mercurial/commands.py Thu Mar 21 18:16:48 2013 +0100 +++ b/mercurial/commands.py Thu Mar 21 18:16:49 2013 +0100 @@ -5091,7 +5091,7 @@ if not repo: raise error.RepoError(_("there is no Mercurial repository" " here (.hg not found)")) - o = repo.root + o = repo app = hgweb.hgweb(o, baseui=baseui)