Ignore:
Timestamp:
Jun 10, 2011, 4:13:25 AM (12 years ago)
Author:
Peter Johansson
Message:

fixes #501. Fixed typo in Configuration class. Now section [svn-props]
will be respected (not [svn_props]), which is in line with documented
behavior and how the generated config file looks like from
--generate-config option.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.9-stable/test/config.cc

    r1237 r1366  
    7474    Configuration& conf(Configuration::instance());
    7575    std::stringstream ss;
    76     ss << "[svn_props]\n"
     76    ss << "[svn-props]\n"
    7777       << "foo* = svndigest:ignore\n"
    7878       << "bar* = svn:eol-style=native;svncopyright:ignore\n";
Note: See TracChangeset for help on using the changeset viewer.