Changeset - 530bcb645d32
[Not reviewed]
MANIFEST.in
Show inline comments
 
modified file chmod 100755 => 100644
init.d/kallithea-daemon-arch
Show inline comments
 
modified file chmod 100644 => 100755
init.d/kallithea-daemon-redhat
Show inline comments
 
modified file chmod 100644 => 100755
kallithea/bin/ldap_sync.py
Show inline comments
 
modified file chmod 100755 => 100644
kallithea/lib/dbmigrate/migrate/versioning/config.py
Show inline comments
 
modified file chmod 100644 => 100755
kallithea/lib/dbmigrate/migrate/versioning/script/__init__.py
Show inline comments
 
modified file chmod 100644 => 100755
kallithea/lib/dbmigrate/migrate/versioning/script/base.py
Show inline comments
 
modified file chmod 100644 => 100755
kallithea/lib/dbmigrate/migrate/versioning/script/py.py
Show inline comments
 
modified file chmod 100644 => 100755
kallithea/lib/dbmigrate/migrate/versioning/script/sql.py
Show inline comments
 
modified file chmod 100644 => 100755
kallithea/lib/dbmigrate/migrate/versioning/shell.py
Show inline comments
 
modified file chmod 100644 => 100755
kallithea/lib/dbmigrate/migrate/versioning/util/__init__.py
Show inline comments
 
modified file chmod 100644 => 100755
kallithea/lib/dbmigrate/migrate/versioning/util/keyedinstance.py
Show inline comments
 
modified file chmod 100644 => 100755
kallithea/lib/dbmigrate/migrate/versioning/version.py
Show inline comments
 
modified file chmod 100644 => 100755
kallithea/lib/dbmigrate/schema/db_1_2_0.py
Show inline comments
 
modified file chmod 100755 => 100644
kallithea/lib/dbmigrate/schema/db_2_1_0.py
Show inline comments
 
modified file chmod 100755 => 100644
kallithea/lib/dbmigrate/schema/db_2_2_0.py
Show inline comments
 
modified file chmod 100755 => 100644
kallithea/lib/dbmigrate/schema/db_2_2_3.py
Show inline comments
 
modified file chmod 100755 => 100644
kallithea/model/db.py
Show inline comments
 
modified file chmod 100755 => 100644
kallithea/templates/changelog/changelog.html
Show inline comments
 
modified file chmod 100755 => 100644
kallithea/templates/errors/error_document.html
Show inline comments
 
modified file chmod 100755 => 100644
kallithea/tests/other/manual_test_vcs_operations.py
Show inline comments
 
modified file chmod 100755 => 100644
kallithea/tests/scripts/manual_test_crawler.py
Show inline comments
 
#!/usr/bin/env python2
 
# -*- coding: utf-8 -*-
 
# 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, either version 3 of the License, or
 
# (at your option) any later version.
 
#
kallithea/tests/scripts/mem_watch
Show inline comments
 
ps -eo size,pid,user,command --sort -size | awk '{ hr=$1/1024 ; printf("%13.2f Mb ",hr) } { for ( x=4 ; x<=NF ; x++ ) { printf("%s ",$x) } print "" }'|grep [p]aster
 
#!/bin/sh
 
ps -eo size,pid,user,command --sort -size | awk '{ hr=$1/1024 ; printf("%13.2f Mb ",hr) } { for ( x=4 ; x<=NF ; x++ ) { printf("%s ",$x) } print "" }' | grep '[p]aster'
setup.cfg
Show inline comments
 
@@ -47,7 +47,6 @@ previous = true
 
source-dir = docs/
 
build-dir = docs/_build
 
all_files = 1
 

	
 
[upload_sphinx]
 
upload-dir = docs/_build/html
 

	
whitespacecleanup.sh
Show inline comments
 
@@ -15,7 +15,10 @@ sed -i -e 's|^\([^ /].*,\)\([^ ]\)|\1 \2
 
sed -i -e 's/^\(    [^: ]*\) *: *\([^/]\)/\1: \2/g' kallithea/public/css/{style,contextbar}.css
 
sed -i -e '1s|, |,|g' kallithea/public/css/{style,contextbar}.css
 
sed -i -e 's/^\([^ ,/]\+ [^,]*[^ ,]\) *, *\(.\)/\1,\n\2/g' kallithea/public/css/{style,contextbar}.css
 
sed -i -e 's/^\([^ ,/].*\)   */\1 /g' kallithea/public/css/{style,contextbar}.css
 
sed -i -e 's,^--$,-- ,g' kallithea/templates/email_templates/main.txt
 

	
 
hg mani | xargs chmod -x
 
hg loc 'set:!binary()&grep("^#!")&!(**_tmpl.py)&!(**/template**)' | xargs chmod +x
 

	
 
hg diff
0 comments (0 inline, 0 general)