mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 05:25:34 +02:00
Short revision of SVN should be an Integer
This commit is contained in:
parent
eaff19de2b
commit
2cd68a38d9
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ class VCS
|
|||
end
|
||||
|
||||
def self.short_revision(rev)
|
||||
rev
|
||||
Integer(rev)
|
||||
end
|
||||
|
||||
def _get_revisions(path, srcdir = nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue