Class: Redmine::Scm::Adapters::CvsAdapter::Revision
- Defined in:
- lib/redmine/scm/adapters/cvs_adapter.rb
Instance Attribute Summary
Attributes inherited from Revision
#author, #branch, #identifier, #message, #name, #parents, #paths, #revision, #scmid, #time
Instance Method Summary collapse
-
#format_identifier ⇒ Object
Returns the readable identifier.
Methods inherited from Revision
Constructor Details
This class inherits a constructor from Redmine::Scm::Adapters::Revision
Instance Method Details
#format_identifier ⇒ Object
Returns the readable identifier
387 388 389 |
# File 'lib/redmine/scm/adapters/cvs_adapter.rb', line 387 def format_identifier revision.to_s end |