Some diff/merge tool can handle multiple files but bzr does not support it
Bug #490212 reported by
methane
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
In Progress
|
Low
|
Gary van der Merwe |
Bug Description
Some diff viewer can show multiple pair of files with tabbed window (ex. WinMerge).
But when bzr diff --using=WinMergeU, bzr shows one pair of file and when it closed,
next pair is shown.
(qdiff and extmerge have same restriction.)
Related branches
lp://qastaging/~garyvdm/bzr/diff_using_gui
- John A Meinel: Needs Fixing
- Gordon Tyler: Needs Fixing
-
Diff: 274 lines (+139/-22)4 files modifiedNEWS (+9/-0)
bzrlib/builtins.py (+13/-1)
bzrlib/diff.py (+69/-19)
bzrlib/tests/test_diff.py (+48/-2)
To post a comment you must log in.
Thanks, that would be good to fix.
Can you tell us the syntax to run WinMerge on multiple files?