--- a/mercurial/hgweb/hgweb_mod.py Sat Aug 09 16:15:52 2014 -0500
+++ b/mercurial/hgweb/hgweb_mod.py Sun Aug 10 13:53:36 2014 -0500
@@ -61,6 +61,7 @@
u = ui.ui()
r = hg.repository(u, repo)
else:
+ # we trust caller to give us a private copy
r = repo
r = self._getview(r)