Changeset 1137 for trunk/lib/Directory.cc
- Timestamp:
- Jul 18, 2010, 10:45:45 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Directory.cc
r1024 r1137 271 271 const std::map<int,svn_revnum_t>& y2r) const 272 272 { 273 if (!ignore() ){273 if (!ignore() && !svncopyright_ignore()) { 274 274 // print daughter nodes, i.e, this function is recursive 275 275 for (NodeConstIterator i = daughters_.begin(); i!=daughters_.end(); ++i)
Note: See TracChangeset
for help on using the changeset viewer.