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.
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.