Ignore:
Timestamp:
Nov 7, 2013, 4:04:42 PM (11 years ago)
Author:
rybkin
Message:

See C.L. 512

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/source/cmt_tag.cxx

    r568 r653  
    9999
    100100  Log;
     101
     102  const CmtSystem::cmt_string_vector& tags_remove = Cmt::get_tags_remove ();
     103  for (int i = tags_remove.size () - 1; i >= 0; i--)
     104    if (tags_remove[i] == m_name) return;
    101105
    102106  if (m_tag_excludes.size () > 0)
Note: See TracChangeset for help on using the changeset viewer.