diff rhodecode/lib/middleware/simplehg.py @ 674:99875a8f2ad1 beta

#49 Enabled anonymous access push and pull commands
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 11 Nov 2010 01:21:33 +0100
parents 070f32743632
children 62c1fab8d29b
line wrap: on
line diff
--- a/rhodecode/lib/middleware/simplehg.py	Thu Nov 11 01:05:43 2010 +0100
+++ b/rhodecode/lib/middleware/simplehg.py	Thu Nov 11 01:21:33 2010 +0100
@@ -46,7 +46,7 @@
     def __init__(self, application, config):
         self.application = application
         self.config = config
-        #authenticate this mercurial request using 
+        #authenticate this mercurial request using authfunc
         self.authenticate = AuthBasicAuthenticator('', authfunc)
         self.ipaddr = '0.0.0.0'
         self.repository = None