mercurial/hgweb/hgweb_mod.py
changeset 16754 d94c470c3deb
parent 16683 525fdb738975
child 18258 bebb05a7e249
--- a/mercurial/hgweb/hgweb_mod.py	Sun May 20 14:37:20 2012 -0500
+++ b/mercurial/hgweb/hgweb_mod.py	Sun May 20 14:37:22 2012 -0500
@@ -36,7 +36,7 @@
             self.repo = repo
 
         self.repo.ui.setconfig('ui', 'report_untrusted', 'off')
-        self.repo.ui.setconfig('ui', 'interactive', 'off')
+        self.repo.ui.setconfig('ui', 'nontty', 'true')
         hook.redirect(True)
         self.mtime = -1
         self.size = -1