# # patch "cvs_client.cc" # from [0169c7a9198d0660bb0a1cdb43aacfade543ca59] # to [4e9710497c26457c88c0a7bd6f4fe922bfcf16d6] # --- cvs_client.cc +++ cvs_client.cc @@ -931,7 +931,8 @@ case st_rev: { std::string result=combine_result(lresult); unsigned len=0; - if (!begins_with(result,"revision",len)) + if (!begins_with(result,"revision ",len)) // do not delete the space here + // it restricts accepted lines further // accept ---------------------------- lines in changelogs { description+=std::string(revisionend)+"\n"; state=st_desc;