hg update -C; hg commit => KeyError
Arun Sharma
arun at sharma-home.net
Fri Jun 10 17:58:59 UTC 2005
$ hg commit
Traceback (most recent call last):
File "/home/adsharma/bin/hg", line 13, in ?
commands.run()
File "/home/adsharma/lib/python/mercurial/commands.py", line 588, in run
sys.exit(dispatch(sys.argv[1:]))
File "/home/adsharma/lib/python/mercurial/commands.py", line 633, in dispatch
return d()
File "/home/adsharma/lib/python/mercurial/commands.py", line 628, in <lambda>
d = lambda: i[0](u, repo, *args, **cmdoptions)
File "/home/adsharma/lib/python/mercurial/commands.py", line 181, in commit
repo.commit(relpath(repo, files), text)
File "/home/adsharma/lib/python/mercurial/hg.py", line 502, in commit
for f in remove: del m1[f]
KeyError: 'linux-2.6.11-xen-sparse/arch/xen/x86_64/mm/hypervisor.c'
More information about the Mercurial
mailing list