# HG changeset patch # User Shun-ichi GOTO # Date 1244118211 -32400 # Node ID 505a96cbc9237f28a31a657a05e5d23c5dcb71a6 # Parent de6bb29e208a6e1d3e68bc7840e5798377082c30 Add cp950 as problematic encoding which is used in chinese windows. diff -r de6bb29e208a -r 505a96cbc923 hgext/win32mbcs.py --- a/hgext/win32mbcs.py Thu Jun 04 18:05:50 2009 +0200 +++ b/hgext/win32mbcs.py Thu Jun 04 21:23:31 2009 +0900 @@ -109,7 +109,7 @@ problematic_encodings = '''big5 big5-tw csbig5 big5hkscs big5-hkscs hkscs cp932 932 ms932 mskanji ms-kanji shift_jis csshiftjis shiftjis sjis s_jis shift_jis_2004 shiftjis2004 sjis_2004 sjis2004 - shift_jisx0213 shiftjisx0213 sjisx0213 s_jisx0213''' + shift_jisx0213 shiftjisx0213 sjisx0213 s_jisx0213 950 cp950 ms950 ''' def reposetup(ui, repo): # TODO: decide use of config section for this extension