diff --git a/whitespacecleanup.sh b/whitespacecleanup.sh --- a/whitespacecleanup.sh +++ b/whitespacecleanup.sh @@ -18,4 +18,7 @@ sed -i -e 's/^\([^ ,/]\+ [^,]*[^ ,]\) *, 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