New issue 153: Error in operation to ignore Japanese files
http://bitbucket.org/tortoisehg/stable/issue/153/error-in-operation-to-ignore-japanese
Akihiro Itou / akihirox on Wed, 8 Apr 2009 08:46:25 +0200:
Description:
Hi,
An error message shows by;
# Open commit dialog.
# Select a file(filename is in Japanese) and right click.
# Select "ignore" in context menu to open ignore filter dialog.
# Push "add" button to add the filne.
# Close ignore filter dialog.
# Close commit dialog.
# An error occures: "See the log file 'C:\Program
Files\TortoiseHG\hgproc.exe.log' for details"
The log file has a trace:
{{{
Traceback (most recent call last):
File "hggtk\hgignore.pyc", line 132, in add_glob
File "hggtk\hgignore.pyc", line 187, in write_ignore_lines
File "hggtk\shlib.pyc", line 176, in shell_notify
File "ntpath.pyc", line 505, in abspath
File "hgext\win32mbcs.pyc", line 91, in f
File "hgext\win32mbcs.pyc", line 82, in wrapper
mercurial.util.Abort: [win32mbcs] filename conversion fail with cp932 encoding
}}}
cp932 is the codepage of Japanese MS Windows.
And I add hgext.win32.mbcs settings in my mercurial.ini like this:
{{{
[extensions]
hgext.win32mbcs =
}}}
This error only shows the error message.
TortoiseHG can change .hgignore normally.
Responsible:
tortoisehg
--
This is an issue notification from bitbucket.org.
You are receiving this either because you are the
owner of the issue, or you are following the issue.
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Tortoisehg-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop