Ignore:
Timestamp:
Jul 18, 2008, 4:17:43 PM (16 years ago)
Author:
rybkin
Message:

See C.L. 364

File:
1 edited

Legend:

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

    r461 r463  
    45654565          if (!CmtSystem::cd (".."))
    45664566            {
     4567              log << "Cannot cd up..." << log_endl;
    45674568              break;
    45684569            }
     
    45704571          if (CmtSystem::pwd () == pwd)
    45714572            {
     4573              log << "Looks the same pwd..." << log_endl;
    45724574              break;
    45734575            }
Note: See TracChangeset for help on using the changeset viewer.