[issue1729] win32mbcs does not work on ver. 1.3

Shun-ichi Goto mercurial-bugs at selenic.com
Wed Jul 8 10:30:51 UTC 2009


New submission from Shun-ichi Goto <shunichi.goto at gmail.com>:

win32mbcs.py is broken by changeset 8491:bd45047afaeb in crew.
So hg version 1.3 users cannot use it.
We should revert it.

{{{
** unknown exception encountered, details follow
** report bug details to http://mercurial.selenic.com/bts/
** or mercurial at selenic.com
** Mercurial Distributed SCM (version 94fc1312bc55)
** Extensions loaded: hgforest, cutehg, hggit, hgsubversion, win32mbcs, convert,
 graphlog, noconv, hgk, mq, purge, fetch, rebase, win32text, extdiff, qup, attic
, patchbomb
Traceback (most recent call last):
  File "hg", line 27, in <module>
    mercurial.dispatch.run()
  File "mercurial\dispatch.pyc", line 22, in run

  File "mercurial\dispatch.pyc", line 33, in dispatch

  File "mercurial\dispatch.pyc", line 49, in _runcatch

  File "mercurial\dispatch.pyc", line 434, in _dispatch

  File "mercurial\hg.pyc", line 68, in repository

  File "/develop/hg/crew/hgext/win32mbcs.py", line 125, in reposetup
    wrapname(f)
  File "/develop/hg/crew/hgext/win32mbcs.py", line 88, in wrapname
    module = globals()[module]
KeyError: 'os.path'
}}}

----------
messages: 9926
nosy: gotoh
priority: bug
status: unread
title: win32mbcs does not work on ver. 1.3

____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://mercurial.selenic.com/bts/issue1729>
____________________________________________________



More information about the Mercurial-devel mailing list