Framework for external diff/merge tools
Bug #41435 reported by
Martin Pool
This bug report is a duplicate of:
Bug #537270: bzr diff --using should support comparing whole trees like difftools..
Edit
Remove
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Medium
|
Unassigned |
Bug Description
There are plugins to run some specific diff/merge tools such as vimdiff and Kompare from bzr. Much of the code is common. We should make a standard framework into which commands can be registered.
Some tools will have different capabilities -- for example vimdiff can as far as I know only merge one file per invocation.
Changed in bzr: | |
status: | Unconfirmed → Confirmed |
tags: | added: diff |
To post a comment you must log in.
There is a plugin which now provides this. Called 'difftools'. There is also a similar one 'extmerge' which does merging using 3rd party tools.
Do we need to keep a bug tracker open for this?