# # # patch "rcs_import.cc" # from [f93ddc48e0beba09b104d0ad8ca30be852f76e13] # to [ecafca63caadbdfdb120edc59885fd5d2811df28] # ============================================================ --- rcs_import.cc f93ddc48e0beba09b104d0ad8ca30be852f76e13 +++ rcs_import.cc ecafca63caadbdfdb120edc59885fd5d2811df28 @@ -1415,6 +1415,10 @@ split_cycle(cvs_history & cvs, set< cvs_ } L(FL(" next max time: %d") % next_max_time); + // We assume we have found both dependencies + I(prev_min_time > 0); + I(next_max_time > 0); + if (prev_min_time < next_max_time) { L(FL(" this blob is a candidate for splitting..."));