Setting external mergetool command throws errors
As detailed in the bazaar 2.5 docs (http://
I'm using the following commands to set the default mergetool, as well as the mergetool command:
bzr config --scope=bazaar bzr.default_
bzr config --scope=bazaar bzr.mergetool.
Both commands seem to succeed, but when I read the second config setting back using the following command:
bzr config bzr.mergetool.
I get the following error:
bzr: ERROR: Option this is not defined while expanding "'mycoolmergetool --wait "{this}" "{other}" "{result}" "{base}"'".
Why? The docs specifically say that {this} should be expandable to the actual path when bazaar invokes my tool.
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Bazaar Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Simone Manganelli for more information if necessary.