Submitter | Simon Heimberg |
---|---|
Date | March 22, 2013, 1:20 a.m. |
Message ID | <67fbcd9146e125f8f295.1363915254@lapsi.heimberg.home> |
Download | mbox | patch |
Permalink | /patch/1154/ |
State | Accepted |
Commit | b718999f2e0b8709d05bae5dd7353746a576d3dc |
Headers | show |
Comments
Patch
diff -r 105291a2228c -r 67fbcd9146e1 mercurial/commands.py --- a/mercurial/commands.py Don Mär 21 18:16:48 2013 +0100 +++ b/mercurial/commands.py Don Mär 21 18:16:49 2013 +0100 @@ -5004,7 +5004,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)