Bug #983 » file2lastrev.patch
| 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
|
||