traceback on hg diff

Joseph Tate jtate at rpath.com
Tue Mar 21 21:32:39 UTC 2006


I also got this on the commit.

** unknown exception encountered, details follow
** report bug details to mercurial at selenic.com
** Mercurial Distributed SCM (version 0.8)
Traceback (most recent call last):
  File "/usr/bin/hg", line 13, in ?
    commands.run()
  File "/usr/lib/python2.4/site-packages/mercurial/commands.py", line 
2550, in run
    sys.exit(dispatch(sys.argv[1:]))
  File "/usr/lib/python2.4/site-packages/mercurial/commands.py", line 
2718, in dispatch
    return d()
  File "/usr/lib/python2.4/site-packages/mercurial/commands.py", line 
2703, in <lambda>
    d = lambda: func(u, repo, *args, **cmdoptions)
  File "/usr/lib/python2.4/site-packages/mercurial/commands.py", line 
1137, in diff
    text=opts['text'])
  File "/usr/lib/python2.4/site-packages/mercurial/commands.py", line 
307, in dodiff
    showfunc=showfunc, ignorews=ignorews))
  File "/usr/lib/python2.4/site-packages/mercurial/mdiff.py", line 37, 
in unidiff
    showfunc=showfunc, ignorews=ignorews))
  File "/usr/lib/python2.4/site-packages/mercurial/mdiff.py", line 172, 
in bunidiff
    for x in yieldhunk(hunk, header):
  File "/usr/lib/python2.4/site-packages/mercurial/mdiff.py", line 88, 
in yieldhunk
    t = l1[x].rstrip()
IndexError: list index out of range




More information about the Mercurial mailing list