aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorMartin Afanasjew2016-05-01 14:55:45 +0200
committerMartin Afanasjew2016-05-02 21:19:09 +0200
commit8600b9edf128de542fd360a52a3a4732ab51f7f8 (patch)
treef1635d5795b7f364deee37b48fc9d3082f814aca /Library/Homebrew/cmd
parentb449a51ff752482ffdb1010d42e7d76a5880d1a4 (diff)
downloadbrew-8600b9edf128de542fd360a52a3a4732ab51f7f8.tar.bz2
Update Homebrew/homebrew references in comments
Replace `homebrew` with `brew`, `homebrew-core`, or `legacy-homebrew` depending on context.
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/pull.rb2
-rw-r--r--Library/Homebrew/cmd/test-bot.rb4
2 files changed, 3 insertions, 3 deletions
diff --git a/Library/Homebrew/cmd/pull.rb b/Library/Homebrew/cmd/pull.rb
index 33868d8f7..93470dc48 100644
--- a/Library/Homebrew/cmd/pull.rb
+++ b/Library/Homebrew/cmd/pull.rb
@@ -18,7 +18,7 @@
# --resolve: When a patch fails to apply, leave in progress and allow user to
# resolve, instead of aborting
# --branch-okay: Do not warn if pulling to a branch besides master (useful for testing)
-# --legacy: Pull legacy formula PR from Homebrew/homebrew
+# --legacy: Pull legacy formula PR from Homebrew/legacy-homebrew
# (TODO remove it when it's not longer necessary)
require "utils"
diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb
index 3ac338b6d..6ffba45c2 100644
--- a/Library/Homebrew/cmd/test-bot.rb
+++ b/Library/Homebrew/cmd/test-bot.rb
@@ -11,7 +11,7 @@
# --junit: Generate a JUnit XML test results file.
# --no-bottle: Run brew install without --build-bottle.
# --keep-old: Run brew bottle --keep-old to build new bottles for a single platform.
-# --legacy Build formula from legacy Homebrew/homebrew repo.
+# --legacy Build formula from legacy Homebrew/legacy-homebrew repo.
# (TODO remove it when it's not longer necessary)
# --HEAD: Run brew install with --HEAD.
# --local: Ask Homebrew to write verbose logs under ./logs/ and set HOME to ./home/.
@@ -336,7 +336,7 @@ module Homebrew
@name = @hash
# Handle a URL being passed on the command-line or through Jenkins/Travis
# environment variables e.g.
- # `brew test-bot https://github.com/Homebrew/homebrew/pull/44293`.
+ # `brew test-bot https://github.com/Homebrew/homebrew-core/pull/678`.
elsif @url
# TODO: in future Travis CI may need to also use `brew pull` to e.g. push
# the right commit to BrewTestBot.