unknown exception encountered, details follow
Benoit Boissinot
bboissin at gmail.com
Mon Dec 26 18:41:05 UTC 2005
On 12/26/05, Mathieu Arnold <m at absolight.fr> wrote:
> +-Le 26/12/2005 17:43 +0100, Benoit Boissinot a dit :
> | On 12/26/05, Mathieu Arnold <m at absolight.fr> wrote:
> |> mercurial 0.7 :
> |>
> |> ** unknown exception encountered, details follow
> |> ** report bug details to mercurial at selenic.com
> |> Traceback (most recent call last):
> |> File "/usr/local/bin/hg", line 13, in ?
> |> commands.run()
> |> File "/usr/local/lib/python2.4/site-packages/mercurial/commands.py",
> |> line 2010, in run
> |> sys.exit(dispatch(sys.argv[1:]))
> |> File "/usr/local/lib/python2.4/site-packages/mercurial/commands.py",
> |> line 2150, in dispatch
> |> return d()
> |> File "/usr/local/lib/python2.4/site-packages/mercurial/commands.py",
> |> line 2135, in <lambda>
> |> d = lambda: func(u, repo, *args, **cmdoptions)
> |> File "/usr/local/lib/python2.4/site-packages/mercurial/commands.py",
> |> line 931, in diff
> |> text=opts['text'])
> |> File "/usr/local/lib/python2.4/site-packages/mercurial/commands.py",
> |> line 301, in dodiff
> |> to = repo.file(f).read(mmap[f])
> |> KeyError: 'ca/5ed36f99.0'
> |>
> | Can you run 'hg verify' ? and if possible test with tip ?
>
> hg verify runs just fine, this is after a hg addremove.
>
> $ hg status
> R ca/5ed36f99.0
>
> it's a symbolic link to another file, I don't understand why it shows up.
>
> if I just :
> $ hg remove ca/5ed36f99.0
> ca/5ed36f99.0: unsupported file type (type is symbolic link)
> ca/5ed36f99.0: unsupported file type (type is symbolic link)
> ca/5ed36f99.0 never committed!
>
> it goes ok.
>
> With tip it does word though.
Ok, it was fixed with the dirstate walking change in tip (there was
some bug in symlink handling).
Thanks for testing
More information about the Mercurial
mailing list