I don't trust this threading code as much as I'd like

This commit is contained in:
R. Tyler Croy 2011-10-31 13:52:31 -07:00
parent b8fd6dd1fc
commit 98dc321612
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ require 'rubygems'
require File.dirname(__FILE__) + "/lib/rcshub/converter.rb"
converter = RCSHub::Converter.new({:root => Dir.pwd})
converter = RCSHub::Converter.new({:root => Dir.pwd, :threaded => false})
converter.convert
puts "Converted #{converter.count} commits into #{converter.work_dir}"
if converter.threaded