diff pylons_app/__init__.py @ 380:ca54622e39a1

Added separate create repository views for non administrative users. Fixed permission issue with private repos
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 01 Aug 2010 17:08:58 +0200
parents 558eb7c5028f
children a9814a642e11
line wrap: on
line diff
--- a/pylons_app/__init__.py	Sun Aug 01 13:39:09 2010 +0200
+++ b/pylons_app/__init__.py	Sun Aug 01 17:08:58 2010 +0200
@@ -2,7 +2,7 @@
 # encoding: utf-8
 # Hg app, a web based mercurial repository managment based on pylons
 # Copyright (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com>
- 
+# 
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
 # as published by the Free Software Foundation; version 2
@@ -17,7 +17,6 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 # MA  02110-1301, USA.
-
 """
 Created on April 9, 2010
 Hg app, a web based mercurial repository managment based on pylons