# # # patch "rcs_import.cc" # from [f722349fdc06db5ebf90e6128fe363ff6c83c065] # to [9eb6143e03932a1d09aba93f5c5397d27e8843b7] # ============================================================ --- rcs_import.cc f722349fdc06db5ebf90e6128fe363ff6c83c065 +++ rcs_import.cc 9eb6143e03932a1d09aba93f5c5397d27e8843b7 @@ -783,10 +783,6 @@ process_rcs_branch(string const & begin_ new cvs_event_tag(curr_commit, tag))); cvs_blob_index bi = cvs.append_event(event); - - // append to the last_commit deps - if (last_commit) - last_commit->dependencies.push_back(event); } } @@ -873,11 +869,6 @@ process_rcs_branch(string const & begin_ L(FL("added branch event for file %s into branch %s") % cvs.path_interner.lookup(curr_commit->path) % branchname); - - // make the last commit depend on this branch, so - // that comes after the new branchpoint - if (last_commit) - last_commit->dependencies.push_back(branch_event); } }