Changeset 60 for trunk/lib/utility.h
- Timestamp:
- Jan 16, 2006, 11:03:04 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/utility.h
r39 r60 6 6 #include <algorithm> 7 7 #include <functional> 8 #include <map> 8 9 #include <string> 9 10 #include <utility> … … 12 13 namespace theplu{ 13 14 namespace 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&); 14 29 15 30 ///
Note: See TracChangeset
for help on using the changeset viewer.