- Timestamp:
- Aug 2, 2006, 12:47:30 AM (17 years ago)
- Location:
- trunk/lib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Directory.h
r112 r125 61 61 62 62 /// 63 /// @return author of last commit ment.63 /// @return author of last commit. 64 64 /// 65 65 std::string author(void) const; -
trunk/lib/Parser.h
r118 r125 100 100 }; 101 101 102 103 104 105 102 }} // end of namespace svnstat end of namespace theplu 106 103 -
trunk/lib/utility.cc
r121 r125 83 83 ss >> svn_info[tag]; 84 84 } 85 return 85 return svn_info; 86 86 } 87 87
Note: See TracChangeset
for help on using the changeset viewer.