[Bug 4575] New: kdiff3 throws error with extdiff extension

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Sat Mar 21 18:08:34 UTC 2015


http://bz.selenic.com/show_bug.cgi?id=4575

          Priority: normal
            Bug ID: 4575
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: kdiff3 throws error with extdiff extension
          Severity: bug
    Classification: Unclassified
                OS: Linux
          Reporter: faheem at faheem.info
          Hardware: PC
            Status: UNCONFIRMED
           Version: 3.3
         Component: extdiff
           Product: Mercurial

Put the following in .hgrc:

[extensions]
hgext.extdiff =

[extdiff]
cmd.kdiff3 = kdiff3

Then do:

hg init foo
cd foo
touch bar
hg add bar
hg ci -m "add bar"
echo "this is bar" >> bar
mkdir baz
touch baz/fee
hg add baz/fee
hg kdiff3

This gives:

Opening of directories failed:

Dir B "" does not exist or is not a directory.

I am using hg 3.3 and kdiff3 0.9.96-4 on Debian wheezy. 
Kdiff3 is the wheezy version. hg is a backport from unstable.
I've never had any problems with extdiff before.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list