Changeset 208
- Timestamp:
- Jun 21, 2006, 11:03:26 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CMT/HEAD/source/cmt_cvs.cxx
r205 r208 1325 1325 { 1326 1326 1327 cout << "# --> u pdate the file timestamps" << endl;1327 cout << "# --> udapte the file timestamps" << endl; 1328 1328 for (i = 0; i < branch_vector.size (); i++) 1329 1329 { … … 1352 1352 { 1353 1353 cmt_string& branch = branch_vector[i]; 1354 command += " "; 1355 command += branch; 1354 if (branch != "CVS") 1355 { 1356 command += " "; 1357 command += branch; 1358 } 1356 1359 } 1357 1360 … … 1365 1368 { 1366 1369 1367 cout << "# --> u pdate the file timestamps" << endl;1370 cout << "# --> udapte the file timestamps" << endl; 1368 1371 for (i = 0; i < branch_vector.size (); i++) 1369 1372 {
Note:
See TracChangeset
for help on using the changeset viewer.