[issue315] traceback when extension file path incorrect
Eric Bloodworth
mercurial-bugs at selenic.com
Sat Jul 15 18:26:26 UTC 2006
New submission from Eric Bloodworth <ergosys at gmail.com>:
Version:00fc88b0b256
~.hgrc:
[extensions]
hgk=foobar
Traceback (most recent call last):
File "/usr/bin/hg", line 12, in ?
commands.run()
File "/usr/lib/python2.4/site-packages/mercurial/commands.py", line 3221, in run
sys.exit(dispatch(sys.argv[1:]))
File "/usr/lib/python2.4/site-packages/mercurial/commands.py", line 3311, in
dispatch
u.warn(_("*** failed to import extension %s: %s\n") % (x[0], inst))
NameError: global name 'x' is not defined
----------
messages: 1698
nosy: edb
priority: bug
status: unread
title: traceback when extension file path incorrect
____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue315>
____________________________________________________
More information about the Mercurial
mailing list