Commit live hack: pass XML_PARSE_HUGE (code uses 1 << 19 because the constant isn...
[lhc/web/wiklou.git] / bin / svnstat
1 #!/bin/sh
2 svn stat -v $1 | sed -n 's/^[ A-Z?\*|!]\{1,15\}[0-9]\{1,10\} \{1,15\}/r/;s/ .*//p'