# # # patch "automate.cc" # from [e5ed6a55b851c698282a64d1ea6f4d679b61b836] # to [d97e1ee3fccf5a5129be8e87e4642d5366774384] # ============================================================ --- automate.cc e5ed6a55b851c698282a64d1ea6f4d679b61b836 +++ automate.cc d97e1ee3fccf5a5129be8e87e4642d5366774384 @@ -2060,7 +2060,7 @@ AUTOMATE(put_sync_info, N_("REVISION DOM for (sync_map_t::const_iterator o=oldinfo.begin(),n=newinfo.begin(); o!=oldinfo.end() && n!=newinfo.end();) { if (n==newinfo.end() || o->firstfirst - || (o->first==n->first && o->second!=n->second)) + /*|| (o->first==n->first && o->second!=n->second)*/) { basic_io::stanza st; st.push_file_pair(syms::clear, file_path(o->first.first)); st.push_str_pair(syms::attr, o->first.second());