зеркало из https://github.com/github/ruby.git
* tool/file2lastrev.rb: this should run with ruby 1.8.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27348 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
d9aab57252
Коммит
83724a77dd
|
@ -1,3 +1,7 @@
|
|||
Thu Apr 15 21:13:29 2010 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* tool/file2lastrev.rb: this should run with ruby 1.8.
|
||||
|
||||
Thu Apr 15 20:41:10 2010 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* tool/file2lastrev.rb: make -q effective for files not version
|
||||
|
|
|
@ -60,7 +60,7 @@ class VCS
|
|||
register(".svn")
|
||||
|
||||
def self.get_revisions(path)
|
||||
info_xml = IO.popen(["svn", "info", "--xml", path.to_s, :err=>[:child, :out]]) {|f| f.read }
|
||||
info_xml = IO.popen(["svn", "info", "--xml", path.to_s, {:err=>[:child, :out]}]) {|f| f.read }
|
||||
_, last, _, changed, _ = info_xml.split(/revision="(\d+)"/)
|
||||
[last, changed]
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче