Comment 0 for bug 779529

Revision history for this message
Alexander Belchenko (bialix) wrote : merge preview pane is DEAD slow

lib/status_report.py:SubmitReport is so slow that it makes explorer unusable. Interesting detail: it invokes lib/status_data.py:changes_between_trees under the hood for 2 revision trees and it get the delta very fast (less than second), but then some code works several seconds to format the result into qt pane.

As short-term workaround we need knob to disable this pane completelly.