mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 07:36:41 +10:00
Fix comment for project argument in commit_range.rb
This commit is contained in:
committed by
Yatish Mehta
parent
0e987ee7a2
commit
77d17719fd
@@ -23,7 +23,7 @@ class CommitRange
|
||||
attr_reader :commit_from, :notation, :commit_to
|
||||
attr_reader :ref_from, :ref_to
|
||||
|
||||
# Optional Project model
|
||||
# The Project model
|
||||
attr_accessor :project
|
||||
|
||||
# The beginning and ending refs can be named or SHAs, and
|
||||
@@ -56,7 +56,7 @@ class CommitRange
|
||||
# Initialize a CommitRange
|
||||
#
|
||||
# range_string - The String commit range.
|
||||
# project - An optional Project model.
|
||||
# project - The Project model.
|
||||
#
|
||||
# Raises ArgumentError if `range_string` does not match `PATTERN`.
|
||||
def initialize(range_string, project)
|
||||
|
||||
Reference in New Issue
Block a user