Changeset 60 for trunk/lib/utility.h


Ignore:
Timestamp:
Jan 16, 2006, 11:03:04 AM (17 years ago)
Author:
Peter Johansson
Message:

plotting vs date rather than revision

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/utility.h

    r39 r60  
    66#include <algorithm>
    77#include <functional>
     8#include <map>
    89#include <string>
    910#include <utility>
     
    1213namespace theplu{
    1314namespace svnstat{
     15
     16  ///
     17  /// @return 0 if ok
     18  ///
     19  int blame(const std::string&);
     20
     21  ///
     22  /// Extracts information from 'svn info <node>'
     23  ///
     24  /// @note <node> must be in subversion control.
     25  ///
     26  std::map<std::string, std::string> info(const std::string&);
     27
     28//  int log(const std::string&);
    1429
    1530  ///
Note: See TracChangeset for help on using the changeset viewer.