Changeset 927
- Timestamp:
- Dec 2, 2009, 5:55:28 AM (13 years ago)
- Location:
- branches/0.7-stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.7-stable/NEWS
r871 r927 7 7 8 8 Version 0.7.1 (released NOT YET) 9 - File name in parsing rules are matched against the file name and 10 not the entire path. This has no influence on most files because 11 the name starts with a wild card (*) but for files not doing so 12 (default bootstrap and Makefile) the correct parsing rule will be 13 used. It is recommended to remove the cache of such files before 14 running svndigest. 9 15 10 16 A complete list of closed tickets can be found here [[br]] -
branches/0.7-stable/lib/LineTypeParser.cc
r847 r927 40 40 : mode_(0), post_copyright_(false), copyright_found_(false) 41 41 { 42 codon_ = Configuration::instance().codon( path);42 codon_ = Configuration::instance().codon(file_name(path)); 43 43 } 44 44
Note: See TracChangeset
for help on using the changeset viewer.