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:
parent
8f43dc0383
commit
9b68850f89
@ -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... */
|
||||
|
Loading…
Reference in New Issue
Block a user