Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
38752d15
Commit
38752d15
authored
8 years ago
by
Rubén Dávila
Committed by
Robert Speicher
8 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove no longer required methods on MR.
parent
1469b72c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
app/models/merge_request.rb
app/models/merge_request.rb
+0
-12
No files found.
app/models/merge_request.rb
View file @
38752d15
...
...
@@ -533,16 +533,4 @@ class MergeRequest < ActiveRecord::Base
[
diff_base_commit
,
last_commit
]
end
def
revert_branch_name
"revert-
#{
iid
}
-
#{
source_branch
}
"
end
def
revert_title
"Revert
\"
#{
title
}
\"
"
end
def
revert_description
"Reverts
#{
to_reference
}
"
end
end
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment