Project

General

Profile

Bug #983 » file2lastrev.patch

duerst (Martin Dürst), 01/05/2009 05:06 PM

View differences:

tool/file2lastrev.rb (working copy)
"Revision: #{$1}\nLast Changed Rev: #{$1}\n"
end
info.force_encoding 'ASCII-8BIT'
if /^Revision: (\d+)/ =~ info
last = $1
else
(1-1/2)