hgext/win32mbcs.py
changeset 8866 87c30fb7e8df
parent 8760 bf17aeafb869
child 8894 868670dbc237
equal deleted inserted replaced
8865:37d8a5ddd499 8866:87c30fb7e8df
    30 
    30 
    31 Note that there are some limitations on using this extension:
    31 Note that there are some limitations on using this extension:
    32  * You should use single encoding in one repository.
    32  * You should use single encoding in one repository.
    33  * You should set same encoding for the repository by locale or
    33  * You should set same encoding for the repository by locale or
    34    HGENCODING.
    34    HGENCODING.
    35 
       
    36 To use this extension, enable the extension in .hg/hgrc or ~/.hgrc:
       
    37 
       
    38   [extensions]
       
    39   hgext.win32mbcs =
       
    40 
    35 
    41 Path encoding conversion are done between Unicode and
    36 Path encoding conversion are done between Unicode and
    42 encoding.encoding which is decided by Mercurial from current locale
    37 encoding.encoding which is decided by Mercurial from current locale
    43 setting or HGENCODING.
    38 setting or HGENCODING.
    44 
    39