Skip to content

Instantly share code, notes, and snippets.

@mlooney
Created February 25, 2010 17:57
Show Gist options
  • Save mlooney/314821 to your computer and use it in GitHub Desktop.
Save mlooney/314821 to your computer and use it in GitHub Desktop.
** unknown exception encountered, details follow
** report bug details to http://mercurial.selenic.com/bts/
** or mercurial@selenic.com
** Mercurial Distributed SCM (version 1.4.3)
** Extensions loaded: hggit, graphlog, color, bookmarks, hgshelve, histedit
Traceback (most recent call last):
File "/usr/local/bin/hg", line 5, in <module>
pkg_resources.run_script('mercurial==1.4.3', 'hg')
File "/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/pkg_resources.py", line 442, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/pkg_resources.py", line 1160, in run_script
execfile(script_filename, namespace, namespace)
File "/Library/Python/2.6/site-packages/mercurial-1.4.3-py2.6-macosx-10.6-universal.egg/EGG-INFO/scripts/hg", line 27, in <module>
mercurial.dispatch.run()
File "/Library/Python/2.6/site-packages/mercurial-1.4.3-py2.6-macosx-10.6-universal.egg/mercurial/dispatch.py", line 16, in run
sys.exit(dispatch(sys.argv[1:]))
File "/Library/Python/2.6/site-packages/mercurial-1.4.3-py2.6-macosx-10.6-universal.egg/mercurial/dispatch.py", line 30, in dispatch
return _runcatch(u, args)
File "/Library/Python/2.6/site-packages/mercurial-1.4.3-py2.6-macosx-10.6-universal.egg/mercurial/dispatch.py", line 46, in _runcatch
return _dispatch(ui, args)
File "/Library/Python/2.6/site-packages/mercurial-1.4.3-py2.6-macosx-10.6-universal.egg/mercurial/dispatch.py", line 454, in _dispatch
return runcommand(lui, repo, cmd, fullargs, ui, options, d)
File "/Library/Python/2.6/site-packages/mercurial-1.4.3-py2.6-macosx-10.6-universal.egg/mercurial/dispatch.py", line 324, in runcommand
ret = _runcommand(ui, options, cmd, d)
File "/Library/Python/2.6/site-packages/mercurial-1.4.3-py2.6-macosx-10.6-universal.egg/mercurial/dispatch.py", line 505, in _runcommand
return checkargs()
File "/Library/Python/2.6/site-packages/mercurial-1.4.3-py2.6-macosx-10.6-universal.egg/mercurial/dispatch.py", line 459, in checkargs
return cmdfunc()
File "/Library/Python/2.6/site-packages/mercurial-1.4.3-py2.6-macosx-10.6-universal.egg/mercurial/dispatch.py", line 453, in <lambda>
d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
File "/Library/Python/2.6/site-packages/mercurial-1.4.3-py2.6-macosx-10.6-universal.egg/mercurial/util.py", line 386, in check
return func(*args, **kwargs)
File "/Users/mml/.hgext/histedit/__init__.py", line 287, in histedit
for c in ctxs])
IndexError: list index out of range
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment