Changeset 303 for trunk/bin


Ignore:
Timestamp:
May 11, 2007, 10:13:00 PM (16 years ago)
Author:
Peter Johansson
Message:

Sorting authors in copyright statement in same order as stated in config file. fixes #172

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/svndigest.cc

    r297 r303  
    183183      if (option->verbose())
    184184        std::cout << "Updating copyright statements" << std::endl;
    185       std::map<std::string, std::string> alias(config.copyright_alias());
     185      std::map<std::string, Alias> alias(config.copyright_alias());
    186186      tree.print_copyright(alias);
    187187    }
Note: See TracChangeset for help on using the changeset viewer.