STDOUT.puts"Created many MRs: #{@urls[:mr_list_page]}"
end
defadd_new_file
postRuntime::API::Request.new(@api_client,"/projects/#{@group_name}%2F#{@project_name}/repository/files/hello.txt").url,"branch=master&commit_message=\"hello\"&content=\"my new content\""
defcreate_many_new_files
create_a_new_file_api_req("hello.txt","master","#{@group_name}%2F#{@project_name}","hello","my new content")
30.timesdo|i|
postRuntime::API::Request.new(@api_client,"/projects/#{@group_name}%2F#{@project_name}/repository/files/hello#{i}.txt").url,"branch=branch#{i}&commit_message=\"hello\"&content=\"my new content\""
create_a_new_file_api_req("hello#{i}.txt","branch#{i}","#{@group_name}%2F#{@project_name}","hello","my new content")