Mike McQuaid 849034c368
Improve @-versioned formulae linking.
The way we currently handle @-versioned formulae linking is pretty
labourius:
- it requires extensive use of `link_overwrite` to avoid the `link`
  stage failing on certain install/upgrade scenarios
- we teach people to use `brew link --force` whenever they wish to
  link a versioned formulae when it's pretty obvious what's expected
  in that situation

Instead, let's:
- automatically unlink other versioned formulae when linking a
  versioned formula (either through `brew link` or `install`/`upgrade`
  /`reinstall`)
- notify the user what we've done (with the same messaging as if
  they had run `brew link` manually)
2020-10-29 13:35:03 +00:00
..
2019-12-17 21:42:53 +00:00
2020-09-02 12:23:14 -04:00
2019-01-08 19:13:46 +00:00
2020-10-18 14:12:00 +09:00
2018-10-04 15:37:01 +01:00
2020-09-02 12:23:14 -04:00
2018-10-03 21:21:05 +00:00
2020-03-10 10:01:15 +01:00
2020-04-13 16:30:40 +01:00
2020-07-16 20:31:05 +08:00