# HG changeset patch # User Martin Geisler # Date 2009-12-13 23:26:28 # Node ID fd6729805f44c0686abf0a4d59449284b2ff7dd6 # Parent 788e7d04c5945f9a427700a563819f4925f82067 win32mbcs: fix typos and reST syntax diff --git a/hgext/win32mbcs.py b/hgext/win32mbcs.py --- a/hgext/win32mbcs.py +++ b/hgext/win32mbcs.py @@ -35,15 +35,13 @@ Note that there are some limitations on - You should use single encoding in one repository. -By default, win32mbcs uses encoding.encoding decided by mercurial. -You can specify the encoding by config option. +By default, win32mbcs uses encoding.encoding decided by Mercurial. +You can specify the encoding by config option:: - ex.) [win32mbcs] encoding = sjis -It is usefull for the users who want to commit with utf-8 log message. - +It is useful for the users who want to commit with UTF-8 log message. ''' import os, sys