puts"git commit --no-edit --verbose --message=\"#{formula.name}: migrate from #{formula.tap.repo}\" -- #{formula_file}"
ohai"git add #{formula_file}"
ohai"git commit --no-edit --verbose --message=\"#{formula.name}: migrate from #{formula.tap.repo}\" -- #{formula_file}"
unlesslocal_only
puts"hub fork --no-remote"
puts"hub fork"
puts"hub fork (to read $HUB_REMOTE)"
puts"git push $HUB_REMOTE #{branch}:#{branch}"
puts"hub pull-request --browse -m $'#{formula.name}: migrate from #{formula.tap.repo}\\n\\nGoes together with $PR_URL\\n\\nCreated with `brew boneyard-formula-pr`#{reason}.'"
ohai"hub fork --no-remote"
ohai"hub fork"
ohai"hub fork (to read $HUB_REMOTE)"
ohai"git push $HUB_REMOTE #{branch}:#{branch}"
ohai"hub pull-request --browse -m $'#{formula.name}: migrate from #{formula.tap.repo}\\n\\nGoes together with $PR_URL\\n\\nCreated with `brew boneyard-formula-pr`#{reason}.'"