# # # patch "rcs_import.cc" # from [1a3c9dae09470092e829838da0b492949b990715] # to [ae25518a10ea98d864295216720d5a79c7391f91] # ============================================================ --- rcs_import.cc 1a3c9dae09470092e829838da0b492949b990715 +++ rcs_import.cc ae25518a10ea98d864295216720d5a79c7391f91 @@ -3274,7 +3274,12 @@ get_best_split_point(cvs_history & cvs, event_times.insert(i->second); } - I(!event_times.empty()); + if (event_times.empty()) + { + L(FL("unable to find a split point, %d events with equal timestamps.") + % equal_adj_time_events.size()); + I(false); + } set::const_iterator last, curr; last = event_times.begin();