Can't add more than one exernal merge app
Bug #596243 reported by
Greg
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
QBzr |
Confirmed
|
Medium
|
Unassigned |
Bug Description
I can't add more than one external merge app. Attempting to add a second one, replaces the first one.
Step:
1) Navigate to Settings -> Configuration -> User Configuration -> Merge dialog
2) Click 'Add' to add an new Definition, enter a command line like 'Diffuse %r %b %t %o'. Click 'OK'.
3) Repeat steps 1-2 to try and add another different merge app.
4) Observe that the last line you enter replaces the first one if you select it as default, or is otherwise lost, when you navigate back to this configuration dialog.
description: | updated |
To post a comment you must log in.
As I can see qconfig loses any non-active merge application definitions. Or maybe store only active one in bazaar.conf?
In the latter case we should de-activate Add button and activate Delete button.