mercurial/hgweb/hgweb_mod.py
branchstable
changeset 22087 af62f0280a76
parent 21759 bd3360c63bb3
child 22200 b27c3beaaf30
child 22506 6e1fbcb18a75
--- 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)