[issue442] traceback after hg diff for external diff viewer

Martin Bäuml mercurial-bugs at selenic.com
Fri Dec 8 07:59:14 CST 2006


New submission from Martin Bäuml <martinbaeuml at web.de>:

I merged and wanted to look at the diff using kompare (which is called on kdiff).

making snapshot of 102 files from rev 0ee937cca23c
** unknown exception encountered, details follow
** report bug details to http://www.selenic.com/mercurial/bts
** or mercurial at selenic.com
** Mercurial Distributed SCM (version 0.9.1)
Traceback (most recent call last):
  File "/tools/mercurial/bin/hg", line 12, in ?
    commands.run()
  File
"/tools/mercurial-0.9.1/lib/python2.4/site-packages/mercurial/commands.py", line
3266, in run
    sys.exit(dispatch(sys.argv[1:]))
  File
"/tools/mercurial-0.9.1/lib/python2.4/site-packages/mercurial/commands.py", line
3465, in dispatch
    return d()
  File
"/tools/mercurial-0.9.1/lib/python2.4/site-packages/mercurial/commands.py", line
3424, in <lambda>
    d = lambda: func(u, repo, *args, **cmdoptions)
  File "/tools/mercurial-0.9.1/lib/python2.4/site-packages/hgext/extdiff.py",
line 136, in mydiff
    return dodiff(ui, repo, path, pats, opts)
  File "/tools/mercurial-0.9.1/lib/python2.4/site-packages/hgext/extdiff.py",
line 87, in dodiff
    dir1 = snapshot_node(modified + removed, node1)
  File "/tools/mercurial-0.9.1/lib/python2.4/site-packages/hgext/extdiff.py",
line 53, in snapshot_node
    repo.wwrite(wfn, repo.file(fn).read(mf[fn]), open(dest, 'w'))
KeyError: 'kernel/include/arch/ia32/vmx/vmx_instr.h'

----------
messages: 2492
nosy: baeuml
priority: bug
status: unread
title: traceback after hg diff for external diff viewer

____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue442>
____________________________________________________



More information about the Mercurial-devel mailing list