# # patch "cvs_client.cc" # from [291631e74ce26057076865537ec47f5532bf0a5d] # to [a8c39fbeb0d41a5fede482de334224cd8821ba4a] # ======================================================================== --- cvs_client.cc 291631e74ce26057076865537ec47f5532bf0a5d +++ cvs_client.cc a8c39fbeb0d41a5fede482de334224cd8821ba4a @@ -1147,7 +1147,7 @@ writestr("Entry /"+bname+"/"+i->old_revision+"//"+i->keyword_substitution+"/\n"); writestr("Unchanged "+bname+"\n"); } - else I(file_revisions.size()==1); // this is only designed to work this way +// else I(file_revisions.size()==1); // this is only designed to work this way } if (file_revisions.size()==1 && !file_revisions.begin()->new_revision.empty()) { if (file_revisions.begin()->old_revision.empty())