Changeset - 6418fdb7d807
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2012-06-06 19:53:43
marcin@python-works.com
updated header instructions for rcextensions
1 file changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/config/rcextensions/__init__.py
Show inline comments
 
# Additional mappings that are not present in the pygments lexers
 
# used for building stats
 
# format is {'ext':'Name'} eg. {'py':'Python'}
 
# format is {'ext':['Names']} eg. {'py':['Python']} note: there can be
 
# more than one name for extension
 
# NOTE: that this will overide any mappings in LANGUAGES_EXTENSIONS_MAP
 
# build by pygments
 
EXTRA_MAPPINGS = {}
 
@@ -39,6 +40,7 @@ def _crhook(*args, **kwargs):
 
     :param group_id:
 
     :param created_by:
 
    """
 

	
 
    return 0
 
CREATE_REPO_HOOK = _crhook
 

	
0 comments (0 inline, 0 general)