# # # patch "rcs_import.cc" # from [dd9c865939413163eaf1818220f68a11be46f7aa] # to [60798f161b2ece994607250cb91cbeebd77dc715] # ============================================================ --- rcs_import.cc dd9c865939413163eaf1818220f68a11be46f7aa +++ rcs_import.cc 60798f161b2ece994607250cb91cbeebd77dc715 @@ -367,6 +367,11 @@ public: } vector & get_dependencies(cvs_history & cvs); + + void reset_deps_cache(void) + { + has_cached_deps = false; + } }; typedef struct @@ -1668,7 +1673,7 @@ split_blob_at(cvs_history & cvs, const c cvs_blob_index new_bi = cvs.add_blob(d)->second; // Reset the dependency cache of the origin blob. - cvs.blobs[bi].has_cached_deps = false; + cvs.blobs[bi].reset_deps_cache(); // For branches and tags, we need to keep track of the original blob and // increment its split counter.