Ignore:
Timestamp:
Jul 18, 2010, 10:45:45 PM (13 years ago)
Author:
Peter Johansson
Message:

closes #245. support for svncopyright:ignore property.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Directory.cc

    r1024 r1137  
    271271                                  const std::map<int,svn_revnum_t>& y2r) const
    272272  {
    273     if (!ignore()){
     273    if (!ignore() && !svncopyright_ignore()) {
    274274      // print daughter nodes, i.e, this function is recursive
    275275      for (NodeConstIterator i = daughters_.begin(); i!=daughters_.end(); ++i)
Note: See TracChangeset for help on using the changeset viewer.