# # # patch "rcs_import.cc" # from [4d7869a6510a2b9c887a4b40f16f8a4ce859c01e] # to [31bed8f865c6d9388787e2bd73aadb02257031f4] # ============================================================ --- rcs_import.cc 4d7869a6510a2b9c887a4b40f16f8a4ce859c01e +++ rcs_import.cc 31bed8f865c6d9388787e2bd73aadb02257031f4 @@ -1979,6 +1979,21 @@ cluster_consumer::consume_blob(cvs_blob } } + if (dep_branchpoints.size() >= 1) + { + // this is only for debug information + L(FL("This blob depends on the following branchpoints:")); + set< cvs_blob_index >::const_iterator i; + for (i = dep_branchpoints.begin(); i != dep_branchpoints.end(); ++i) + { + cvs_blob & blob = cvs.blobs[*i]; + shared_ptr< cvs_event_branch > cbe = boost::static_pointer_cast( + *blob.begin()); + L(FL(" branch %s") % cvs.branchname_interner.lookup(cbe->branchname)); + } + } + + I(dep_branchpoints.size() <= 1); if (dep_branchpoints.size() > 0) {