Changeset 1137 for trunk/lib/Node.h


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/Node.h

    r1017 r1137  
    200200   
    201201  protected:
     202    /**
     203       \return true if svncopyright::ignore property was set
     204     */
     205    bool svncopyright_ignore(void) const;
    202206
    203207    ///
     
    238242    mutable SVNlog* log_;
    239243    bool svndigest_ignore_;
     244    bool svncopyright_ignore_;
    240245    SVNinfo svninfo_;
    241246  };
Note: See TracChangeset for help on using the changeset viewer.