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/lib/Configuration.cc

    r1344 r1366  
    334334        }
    335335      }
    336       else if (section == "svn_props") {
     336      else if (section == "svn-props") {
    337337        svn_props_.push_back(std::make_pair(lhs, empty_str_map_));
    338338        std::vector<std::string> vec;
Note: See TracChangeset for help on using the changeset viewer.