Method: Repository#compare_source_branch

Defined in:
app/models/repository.rb

#compare_source_branch(target_branch_name, source_repository, source_branch_name, straight:) ⇒ Object



1138
1139
1140
# File 'app/models/repository.rb', line 1138

def compare_source_branch(target_branch_name, source_repository, source_branch_name, straight:)
  raw_repository.compare_source_branch(target_branch_name, source_repository.raw_repository, source_branch_name, straight: straight)
end