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/SVNproperty.cc

    r978 r1137  
    4646
    4747
     48  bool SVNproperty::svncopyright_ignore(void) const
     49  {
     50    return property_.find("svncopyright:ignore") != property_.end();
     51  }
     52
    4853}} // end of namespace svndigest and namespace theplu
Note: See TracChangeset for help on using the changeset viewer.