[Bug 4181] New: import cant import anything on winXP cyrilic

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Mon Feb 24 14:09:01 CST 2014


http://bz.selenic.com/show_bug.cgi?id=4181

          Priority: normal
            Bug ID: 4181
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: import cant import anything on winXP cyrilic
          Severity: bug
    Classification: Unclassified
                OS: Windows
          Reporter: alexrainpe196 at hotbox.ru
          Hardware: PC
            Status: UNCONFIRMED
           Version: 2.9
         Component: Mercurial
           Product: Mercurial

running hg 2.9 on winXP cp1251
1)export some revision to a --git patch
2)try import or qimport patch generates failure:
F:\INSTALL\Programming\mercurial\hgsvn\testzone\tmp.svn>hg import --exact
89.git.diff
applying 89.git.diff
** Unknown exception encountered with possibly-broken third-party extension
onsub
** which supports versions unknown of Mercurial.
** Please disable onsub and try your action again.
** If that fixes the bug please report it to the extension author.
** Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)]
** Mercurial Distributed SCM (version 2.9)
** Extensions loaded: highlight, strip, mq, pager, rebase, record, transplant,
eol, hggit, relink, convert, onsub
Traceback (most recent call last):
  File "hg", line 42, in <module>
  File "mercurial\dispatch.pyo", line 28, in run
  File "mercurial\dispatch.pyo", line 69, in dispatch
  File "mercurial\dispatch.pyo", line 134, in _runcatch
  File "mercurial\dispatch.pyo", line 806, in _dispatch
  File "mercurial\dispatch.pyo", line 586, in runcommand
  File "mercurial\extensions.pyo", line 196, in wrap
  File "hgext\pager.pyo", line 138, in pagecmd
  File "mercurial\dispatch.pyo", line 897, in _runcommand
  File "mercurial\dispatch.pyo", line 868, in checkargs
  File "mercurial\dispatch.pyo", line 803, in <lambda>
  File "mercurial\util.pyo", line 511, in check
  File "mercurial\extensions.pyo", line 151, in wrap
  File "mercurial\util.pyo", line 511, in check
  File "hgext\mq.pyo", line 3381, in mqcommand
  File "mercurial\util.pyo", line 511, in check
  File "mercurial\extensions.pyo", line 151, in wrap
  File "mercurial\util.pyo", line 511, in check
  File "hgext\mq.pyo", line 3353, in mqimport
  File "mercurial\util.pyo", line 511, in check
  File "mercurial\commands.pyo", line 3816, in import_
  File "mercurial\hg.pyo", line 98, in openpath
  File "mercurial\url.pyo", line 484, in open
  File "urllib2.pyo", line 404, in open
  File "urllib2.pyo", line 422, in _open
  File "urllib2.pyo", line 382, in _call_chain
  File "urllib2.pyo", line 1317, in file_open
  File "urllib2.pyo", line 1342, in open_local_file
  File "mimetypes.pyo", line 297, in guess_type
  File "mimetypes.pyo", line 358, in init
  File "mimetypes.pyo", line 258, in read_windows_registry
  File "mimetypes.pyo", line 249, in enum_types
UnicodeDecodeError: 'ascii' codec can't decode byte 0xca in position 9: ordinal
not in range(128)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list