Tagged Questions
0
votes
0answers
11 views
Is there any way to merge in a visual merge tool on windows that simultaneously shows annotations?
I am using Mercurial, but I imagine that any merge tool that is aware of the version control system below it could do several things that a merge tool which is not aware of the version control system ...
0
votes
1answer
51 views
mercurial kdiff3 mac is not opening
I am using eclipse with mercurial on my new mac and
when I am trying to merge it gives me a message
"1 file unresolved" and kdiff3 it's not opening ,
kdiff3 is the default merge tool right ?
If not ...
0
votes
1answer
51 views
Merging - can I change what is recognised as similar
Is it possible to control how merge tools recognise similar blocks of code? Particularly meld, but any suggestions of alternative tools also welcome. If it is relevant, I am using mercurial.
I am ...
1
vote
2answers
2k 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 ...
1
vote
2answers
516 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 ...
4
votes
1answer
369 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 ...
3
votes
1answer
2k 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
1k 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]
...

