[issue1924] KeyError in context.annotate

Jesse Glick bugs at mercurial.selenic.com
Tue Nov 24 22:50:35 UTC 2009


New submission from Jesse Glick <jesse.glick at sun.com>:

When I run

  hg ann nbbuild/build.xml

with Hg 1.4 on a clone of http://hg.netbeans.org/main-silver/ I get an error:

  ...
  File ".../mercurial/commands.py", line 124, in annotate
    linenumber=linenumber)
  File ".../mercurial/context.py", line 444, in annotate
    curr = pair(hist[p], curr)
KeyError: <filectx nbbuild/build.xml at bfa0879c1030>

The mentioned changeset exists:

http://hg.netbeans.org/main-silver/rev/bfa0879c1030

Same with Hg 1.3.1 and 1.2. Annotating other files works that I know of. hg
verify reports no errors.

----------
messages: 11064
nosy: jglick
priority: bug
status: unread
title: KeyError in context.annotate

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


More information about the Mercurial-devel mailing list