Optimize the CVS bug #17168 fix by relaxing the conditions for update

with respect to sticky options.  (r179561 was WRT sticky and branch tags)

Consulted with: Mark Baushke <mdb@gnu.org>
This commit is contained in:
obrien 2008-06-06 16:16:44 +00:00
parent 8f43dc0383
commit 9b68850f89

View File

@ -41,6 +41,7 @@ keywords_may_change (aflag, vers)
* changed by -A...
*/
|| (strlen (vers->entdata->options)
&& strcmp (vers->entdata->options, vers->options)
&& strcmp (vers->entdata->options, "-kkv")
&& strcmp (vers->entdata->options, "-kb"))))
/* ...or... */