source:
tags/release-0.2/test/commit_stat.cc
Last change on this file was 69, checked in by , 17 years ago | |
---|---|
|
|
File size: 124 bytes |
Line | |
---|---|
1 | // $Id: commit_stat.cc 69 2006-02-13 00:46:30Z jari $ |
2 | |
3 | #include "CommitStat.h" |
4 | |
5 | int main() |
6 | { |
7 | using namespace theplu::svnstat; |
8 | CommitStat cs; |
9 | return cs.parse(".."); |
10 | } |
Note: See TracBrowser
for help on using the repository browser.