##// END OF EJS Templates
js: clean-up of trailing whitespace in graph.js
Mads Kiilerich -
r5953:42d1e1ab default
parent child Browse files
Show More
@@ -18,6 +18,7 b" sed -i -e '1s|, |,|g' kallithea/public/c"
18 sed -i -e 's/^\([^ ,/]\+ [^,]*[^ ,]\) *, *\(.\)/\1,\n\2/g' kallithea/public/css/{style,contextbar}.css
18 sed -i -e 's/^\([^ ,/]\+ [^,]*[^ ,]\) *, *\(.\)/\1,\n\2/g' kallithea/public/css/{style,contextbar}.css
19 sed -i -e 's/^\([^ ,/].*\) */\1 /g' kallithea/public/css/{style,contextbar}.css
19 sed -i -e 's/^\([^ ,/].*\) */\1 /g' kallithea/public/css/{style,contextbar}.css
20 sed -i -e 's,^--$,-- ,g' kallithea/templates/email_templates/main.txt
20 sed -i -e 's,^--$,-- ,g' kallithea/templates/email_templates/main.txt
21 sed -i -e 's,[ ][ ]*$,,g' -e 's, , ,g' kallithea/public/js/graph.js
21
22
22 hg mani | xargs chmod -x
23 hg mani | xargs chmod -x
23 hg loc 'set:!binary()&grep("^#!")&!(**_tmpl.py)&!(**/template**)' | xargs chmod +x
24 hg loc 'set:!binary()&grep("^#!")&!(**_tmpl.py)&!(**/template**)' | xargs chmod +x
General Comments 0
You need to be logged in to leave comments. Login now