Skip to content

Instantly share code, notes, and snippets.

@troter
Created March 21, 2012 08:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save troter/2145640 to your computer and use it in GitHub Desktop.
Save troter/2145640 to your computer and use it in GitHub Desktop.
mercurial-2.1 + Python 2.7.2 traceback
** 予期せぬ例外が発生しました
** http://mercurial.selenic.com/wiki/BugTracker まで
** 以下の情報を報告してください。
** Python 2.7.2 (default, Feb 27 2012, 17:38:03) [GCC 4.1.2 20080704 (Red Hat 4.1.2-51)]
** Mercurial Distributed SCM (version 2.1)
** Extensions loaded: churn, color, convert, eol, extdiff, fetch, graphlog, mq, pager, progress, rebase, record, transplant
Traceback (most recent call last):
File "/home/takumi/.pythonbrew/pythons/Python-2.7.2/bin/hg", line 38, in <module>
mercurial.dispatch.run()
File "/home/takumi/.pythonbrew/pythons/Python-2.7.2/lib/python2.7/site-packages/mercurial/dispatch.py", line 27, in run
sys.exit((dispatch(request(sys.argv[1:])) or 0) & 255)
File "/home/takumi/.pythonbrew/pythons/Python-2.7.2/lib/python2.7/site-packages/mercurial/dispatch.py", line 64, in dispatch
return _runcatch(req)
File "/home/takumi/.pythonbrew/pythons/Python-2.7.2/lib/python2.7/site-packages/mercurial/dispatch.py", line 87, in _runcatch
return _dispatch(req)
File "/home/takumi/.pythonbrew/pythons/Python-2.7.2/lib/python2.7/site-packages/mercurial/dispatch.py", line 683, in _dispatch
cmdpats, cmdoptions)
File "/home/takumi/.pythonbrew/pythons/Python-2.7.2/lib/python2.7/site-packages/mercurial/dispatch.py", line 465, in runcommand
ret = _runcommand(ui, options, cmd, d)
File "/home/takumi/.pythonbrew/pythons/Python-2.7.2/lib/python2.7/site-packages/mercurial/extensions.py", line 184, in wrap
return wrapper(origfn, *args, **kwargs)
File "/home/takumi/.pythonbrew/pythons/Python-2.7.2/lib/python2.7/site-packages/hgext/pager.py", line 107, in pagecmd
return orig(ui, options, cmd, cmdfunc)
File "/home/takumi/.pythonbrew/pythons/Python-2.7.2/lib/python2.7/site-packages/mercurial/extensions.py", line 184, in wrap
return wrapper(origfn, *args, **kwargs)
File "/home/takumi/.pythonbrew/pythons/Python-2.7.2/lib/python2.7/site-packages/hgext/color.py", line 362, in colorcmd
return orig(ui_, opts, cmd, cmdfunc)
File "/home/takumi/.pythonbrew/pythons/Python-2.7.2/lib/python2.7/site-packages/mercurial/dispatch.py", line 737, in _runcommand
return checkargs()
File "/home/takumi/.pythonbrew/pythons/Python-2.7.2/lib/python2.7/site-packages/mercurial/dispatch.py", line 691, in checkargs
return cmdfunc()
File "/home/takumi/.pythonbrew/pythons/Python-2.7.2/lib/python2.7/site-packages/mercurial/dispatch.py", line 680, in <lambda>
d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
File "/home/takumi/.pythonbrew/pythons/Python-2.7.2/lib/python2.7/site-packages/mercurial/util.py", line 456, in check
return func(*args, **kwargs)
File "/home/takumi/.pythonbrew/pythons/Python-2.7.2/lib/python2.7/site-packages/mercurial/extensions.py", line 139, in wrap
util.checksignature(origfn), *args, **kwargs)
File "/home/takumi/.pythonbrew/pythons/Python-2.7.2/lib/python2.7/site-packages/mercurial/util.py", line 456, in check
return func(*args, **kwargs)
File "/home/takumi/.pythonbrew/pythons/Python-2.7.2/lib/python2.7/site-packages/hgext/rebase.py", line 652, in pullrebase
orig(ui, repo, *args, **opts)
File "/home/takumi/.pythonbrew/pythons/Python-2.7.2/lib/python2.7/site-packages/mercurial/util.py", line 456, in check
return func(*args, **kwargs)
File "/home/takumi/.pythonbrew/pythons/Python-2.7.2/lib/python2.7/site-packages/mercurial/extensions.py", line 139, in wrap
util.checksignature(origfn), *args, **kwargs)
File "/home/takumi/.pythonbrew/pythons/Python-2.7.2/lib/python2.7/site-packages/mercurial/util.py", line 456, in check
return func(*args, **kwargs)
File "/home/takumi/.pythonbrew/pythons/Python-2.7.2/lib/python2.7/site-packages/hgext/mq.py", line 3325, in mqcommand
return orig(ui, repo, *args, **kwargs)
File "/home/takumi/.pythonbrew/pythons/Python-2.7.2/lib/python2.7/site-packages/mercurial/util.py", line 456, in check
return func(*args, **kwargs)
File "/home/takumi/.pythonbrew/pythons/Python-2.7.2/lib/python2.7/site-packages/mercurial/commands.py", line 4346, in pull
ret = postincoming(ui, repo, modheads, opts.get('update'), checkout)
File "/home/takumi/.pythonbrew/pythons/Python-2.7.2/lib/python2.7/site-packages/mercurial/commands.py", line 4270, in postincoming
ui.warn(_("not updating: %s\n" % str(inst)))
File "/home/takumi/.pythonbrew/pythons/Python-2.7.2/lib/python2.7/site-packages/mercurial/i18n.py", line 42, in gettext
u = u'\n\n'.join([p and t.ugettext(p) or '' for p in paragraphs])
File "/home/takumi/.pythonbrew/pythons/Python-2.7.2/lib/python2.7/gettext.py", line 404, in ugettext
return unicode(message)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe3 in position 14: ordinal not in range(128)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment