installed_progs.t: Python checks stdout too, 150 ok
[sunny256-utils.git] / activesvn
blob644706b8baf4fd9a6f2c1b2dd8c2cdd922c03d79
1 #!/usr/bin/env bash
3 # activesvn
4 # File ID: c3019e46-5d36-11df-9577-90e6ba3022ac
6 svn log -v --xml $* | LC_ALL=C LC_CTYPE=C grep 'path>' | perl -pe 's/^.*?>(.*?)<.*$/$1/;' | sort | uniq -c | sort -rn