Added a testcase to point out wrong output for 'stats.py branch -c'
commit121bddd856d1e53660daf9b9110a806ca25884fd
authorSverre Rabbelier <sverre@rabbelier.nl>
Tue, 10 Jun 2008 12:23:50 +0000 (10 14:23 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Tue, 10 Jun 2008 12:23:50 +0000 (10 14:23 +0200)
tree45140c486cdcea49e5f13b60187f5085a251b782
parentc361e7ea9741d0d00840fa43a9c2f5a25db8792b
Added a testcase to point out wrong output for 'stats.py branch -c'

The output of 'stats.py branch -c' is incorrectly passed
through commit.prettyPrint. Instead of listing the head
commits for the matching branches, they should just be
printed raw.
src/t/t8100-stats.sh