remove extra whitespace; testing commit notifications
[lhc/web/wiklou.git] / bin / svnstat
1 #!/bin/sh
2 svn stat -v $1 | sed -n 's/^[ A-Z?\*|!]\{1,15\}/r/;s/ \{1,15\}/\/r/;s/ .*//p'