bug report
Fred Batty
Fred.Batty at Sun.COM
Mon Nov 30 13:18:45 CST 2009
I seem to be getting this type of error frequently:
% hg pull -u
pulling from ssh://mercurial.sfbay.sun.com//m/comms/msg_next
searching for changes
adding changesets
adding manifests
adding file changes
added 4 changesets with 20 changes to 20 files
merging msg/lib/cyrus/getwrap.c
** unknown exception encountered, details follow
** report bug details to http://www.selenic.com/mercurial/bts
** or mercurial at selenic.com
** Mercurial Distributed SCM (version 1.1)
** Extensions loaded: graphlog
Traceback (most recent call last):
File "/usr/bin/hg", line 20, in <module>
mercurial.dispatch.run()
File "dispatch.py", line 20, in run
File "dispatch.py", line 29, in dispatch
File "dispatch.py", line 45, in _runcatch
File "dispatch.py", line 367, in _dispatch
File "dispatch.py", line 416, in _runcommand
File "dispatch.py", line 376, in checkargs
File "dispatch.py", line 361, in <lambda>
File "util.py", line 715, in check
File "/usr/lib/python2.5/commands.py", line 2170, in pull
File "/usr/lib/python2.5/commands.py", line 2110, in postincoming
File "hg.py", line 259, in update
File "merge.py", line 489, in update
File "merge.py", line 334, in applyupdates
File "context.py", line 292, in data
File "context.py", line 17, in __get__
File "context.py", line 209, in _filelog
File "localrepo.py", line 480, in file
File "filelog.py", line 14, in __init__
File "revlog.py", line 463, in __init__
File "revlog.py", line 379, in parseindex
ValueError: corrupt index file
% hg --version
Mercurial Distributed SCM (version 1.1)
Copyright (C) 2005-2008 Matt Mackall <mpm at selenic.com> and others
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
More information about the Mercurial
mailing list