Changeset 282 for trunk/lib/SVNlog.cc
- Timestamp:
- May 6, 2007, 4:28:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/SVNlog.cc
r259 r282 51 51 52 52 53 bool SVNlog::exist(std::string name) const 54 { 55 std::vector<std::string>::const_reverse_iterator iter = 56 find(author().rbegin(), author().rend(), name); 57 return iter!=author().rend(); 58 } 59 60 53 61 Commitment SVNlog::latest_commit(void) const 54 62 {
Note: See TracChangeset
for help on using the changeset viewer.