1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Short revision of SVN should be an Integer

This commit is contained in:
Nobuyoshi Nakada 2019-08-27 23:42:56 +09:00
parent eaff19de2b
commit 2cd68a38d9
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -266,7 +266,7 @@ class VCS
end
def self.short_revision(rev)
rev
Integer(rev)
end
def _get_revisions(path, srcdir = nil)