# # # patch "rcs_import.cc" # from [f123096524ecd5d63d7d079194ea20958eaeedc7] # to [87412e77d1a05c91162d8f9e821f6e9d842fbc15] # ============================================================ --- rcs_import.cc f123096524ecd5d63d7d079194ea20958eaeedc7 +++ rcs_import.cc 87412e77d1a05c91162d8f9e821f6e9d842fbc15 @@ -4221,6 +4221,7 @@ import_cvs_repo(system_path const & cvsr #endif } +#if 0 // then sanitize the blobs timestamps with regard to their dependencies. { P(F("correcting timestamps between blobs")); @@ -4232,6 +4233,7 @@ import_cvs_repo(system_path const & cvsr timestamp_sanitizer s(helper, cvs.root_blob, n_violations, n_adjustments); } +#endif // number through all unnamed branches number_unnamed_branches(cvs);