Remove outdated comments.

This commit is contained in:
Marin Jankovski 2013-10-04 13:26:48 +02:00
parent fa7d75733c
commit a817993439
1 changed files with 0 additions and 2 deletions

View File

@ -146,8 +146,6 @@ module Gitlab
repo.remote_fetch('source')
repo.git.checkout(default_options({b: true}), merge_request.target_branch, "origin/#{merge_request.target_branch}")
else
# We can't trust the input here being branch names, we can't always check it out because it could be a relative ref i.e. HEAD~3
# we could actually remove the if true, because it should never ever happen (as long as the satellite has been prepared)
repo.git.checkout(default_options, "#{merge_request.source_branch}")
repo.git.checkout(default_options({t: true}), "origin/#{merge_request.target_branch}")
end