bzr log http+urllib does not work, http+pycurl is too slow

Alexander Belchenko bialix at ukr.net
Tue Dec 11 16:47:28 GMT 2007


John Arbash Meinel пишет:
> Before we go too far, can you try this patch:
> 
> === modified file 'bzrlib/trace.py'
> - --- bzrlib/trace.py     2007-11-10 17:09:40 +0000
> +++ bzrlib/trace.py     2007-12-11 16:26:17 +0000
> @@ -129,7 +129,7 @@
>      out += '\n'
>      _trace_file.write(out)
>      # TODO: jam 20051227 Consider flushing the trace file to help debugging
> - -    #_trace_file.flush()
> +    _trace_file.flush()

Your patch does not help. The same error.



More information about the bazaar mailing list