Method: LabClient::ProjectCommits#commit_revert

Defined in:
lib/labclient/commits/project_helpers.rb

#commit_revert(commit_id, branch_name) ⇒ Object



25
26
27
# File 'lib/labclient/commits/project_helpers.rb', line 25

def commit_revert(commit_id, branch_name)
  client.commits.revert(id, commit_id, branch_name)
end