author | Simon Heimberg <simohe@besonet.ch> |
Thu, 21 Mar 2013 18:16:49 +0100 | |
changeset 18828 | b718999f2e0b |
parent 18827 | 6793ae6e36dc |
child 18829 | 8843182f3514 |
--- 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)