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 commit dialog,
KDiff3 opens and that comparison is a lot more 'intelligent': it detects 'better' what I changed: I moved a block of code, resulting in a lot less additions/deletions.

Since Hg "...stores the changes needed to transform an older revision into the new revision.", I was wondering if I could make use of the 'intelligence' of KDiff3 to store these changes in an Hg commit.

The proposed solution in another question doesn't seem to apply to the TortoiseHg commit dialog.

Thanks in advance!

link|improve this question

77% accept rate
feedback

1 Answer

up vote 0 down vote accepted

As it turns out I misunderstood the behavior of hg commit.
I got an nice answer here.

It doesn't matter if you look at changes with the internal hg diff command or with KDiff3 when committing:

Mercurial simply stores the binary diff between the current version of the files and the previous version of the files.

At merge time however, the intelligence of KDiff3 can still be used.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.