contrib/deploy: fix the username setting in the wsgi script
author |
Steve Losh <steve@stevelosh.com> |
date |
Mon, 05 Jul 2010 21:56:07 -0400 |
parents |
5c200ed49875
|
children |
26b710ccba73
|
branches/tags |
(none) |
files |
contrib/deploy/wsgi.py |
Changes
--- a/contrib/deploy/wsgi.py Mon Jul 05 21:04:53 2010 -0400
+++ b/contrib/deploy/wsgi.py Mon Jul 05 21:56:07 2010 -0400
@@ -17,7 +17,7 @@
from review.web import app
_ui = ui.ui()
-_ui.setconfig('ui', 'user', ANON_USER)
+_ui.setconfig('ui', 'username', ANON_USER)
repo = hg.repository(_ui, REPO)
app.read_only = READ_ONLY