diff rhodecode/lib/auth.py @ 2726:aa17c7a1b8a5 beta

Implemented basic locking functionality. - Reimplemented how githooks behave - emaulate pre-receive hook - install missing git hooks if they aren't already in repo
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 22 Aug 2012 00:30:02 +0200
parents a2eaa0054430
children 63e58ef80ef1 9b92cf5a0cca
line wrap: on
line diff
--- a/rhodecode/lib/auth.py	Tue Aug 21 19:36:21 2012 +0200
+++ b/rhodecode/lib/auth.py	Wed Aug 22 00:30:02 2012 +0200
@@ -807,7 +807,7 @@
         return self.check_permissions()
 
     def check_permissions(self):
-        log.debug('checking mercurial protocol '
+        log.debug('checking VCS protocol '
                   'permissions %s for user:%s repository:%s', self.user_perms,
                                                 self.username, self.repo_name)
         if self.required_perms.intersection(self.user_perms):