source: trunk/test/commit_stat.cc @ 64

Last change on this file since 64 was 48, checked in by Peter Johansson, 17 years ago

added class for keeping stats from svn log

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 204 bytes
Line 
1// $Id: commit_stat.cc 48 2006-01-13 21:37:26Z peter $: file.cc 32 2006-01-12 00:21:10Z jari $
2
3#include "CommitStat.h"
4
5#include <iostream>
6#include <string>
7
8int main()
9{
10  using namespace theplu::svnstat;
11  CommitStat cs;
12  return cs.parse("..");
13
14}
Note: See TracBrowser for help on using the repository browser.