The kdiff3 tag has no wiki summary.
4
votes
3answers
2k views
how to set kdiff3 as merge tool for svn
I would like to be able to resolve conflicts using kdiff3, when svn notifies me about the conflict. How can I set it as a default tool for this?
4
votes
3answers
317 views
What are A, B, and C in KDIFF merge
Why am I given three choices when merging between my code and someone else's? Shouldn't there just be my code, the other person's code, and the output below? The documentation for KDIFF doesn't help ...
3
votes
1answer
64 views
How resolve this Mercurial conflict?
I'm frustrated with Mercurial and Python since it makes easy things difficult. I have a trivial conflict and since Mercurial does not give any suggestion what to do I don't know even how to resolve ...
3
votes
3answers
671 views
How to use visual merging tools?
I can't get my head around KDiff3 or Beyond Compare in the merge mode.
Is there any tutorial to this feature?
3
votes
1answer
803 views
Can I change the diff tool used in TortoiseHg?
I use TortoiseHg to commit changes.
The diff that is shown in the commit dialog contains a lot of additions/deletions.
I configured KDiff3 as external diff tool.
When I click on the diff icon in the ...
3
votes
1answer
448 views
Using external diff tools with Mercurial
Anyone know how integrate ExamDiff with Mercurial? I have KDiff3 set up but couldn't figure out how to set up ExamDiff.
Update: Per accepted answer, this .hgrc config worked:
[extensions]
...
2
votes
1answer
99 views
configuring kdiff3 to work with ankhsvn
I just wondered if anyone had any experiencing configuring AnkhSVN to use kdiff3 as it's merge tool.
I know it can be changed in Visual Studio 2010 at Tools -> Options Subversion User Tools but I'm ...
2
votes
0answers
92 views
Copy single difference in kdiff3
s it possible to copy only one change or many changes one by one in kdiff. There are such options in WinMerge which allow to copy chnge from one file to second file without merging.
I need to copy ...
2
votes
1answer
222 views
Kdiff3 always showing “Qt: qcolorFromCGColor: cannot convert from colorspace model: 0”
On Mac, I installed kdiff3 to use with Mercurial to do
hg vdiff
but every time, it shows
Qt: qcolorFromCGColor: cannot convert from colorspace model: 0
Qt: qcolorFromCGColor: cannot convert from ...
2
votes
1answer
1k views
Doing a three-way compare with Git and KDiff3
Is it possible to set Git up so that I can use the three-way compare in KDiff3?
I have two branches that are far too different to auto-merge them, I simply have to check each merge point and I think ...
2
votes
2answers
474 views
How to get 3-way merge in GIT on non-conflict merges?
How to disable auto-merging in GIT?
The purpose is to have the same behaviour as for conflict merges resolution in automatic merges during invocation of command chain:
$ git fetch
$ git merge ...
1
vote
1answer
68 views
kdiff3 merge does not work
I use git and kdiff3 Version 0.9.95. I have pulled a remote master branch to my local repository. I try to use kdiff3 to solve merge conflicts. The visual interface of kdiff3 (in Windows 7) fires up ...
1
vote
0answers
127 views
git recursive strategy with multiple ancestors and kdiff3
I'm running a merge with a scenario where several "common ancestors" are available so Git runs "git merge recursive" strategy.
As such, it runs a merge to create a new ancestor that will, in turn, be ...
1
vote
2answers
276 views
Mercurial with KDiff3 — can it directly expand all folders?
With Mercurial, every time a
hg vdiff
which invokes kdiff3, there are 2 steps that need to be done:
1) close the pop up that says how many files are diff'ing
2) go to Directory -> Unfold all ...
0
votes
0answers
18 views
Need help in kdiff3 application
When using Kdiff3 in ubuntu platform, comparison results are shown as box characters and not displayed properly?
Does anyone came across this issue?
Attaching the screen capture.
![enter image ...
0
votes
1answer
223 views
diff3-like program for windows?
I'm a linux user, and normally I use kdiff3 to compare 3 (text) files between each others (for example, when there are svn conflics).
I know of various programs to do that (like diff3 or meld) but ...