changeset 10067:fd6729805f44

win32mbcs: fix typos and reST syntax
author Martin Geisler <mg@lazybytes.net>
date Mon, 14 Dec 2009 00:26:28 +0100
parents 788e7d04c594
children 606b563e41db c0237e23151b
files hgext/win32mbcs.py
diffstat 1 files changed, 3 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/win32mbcs.py	Mon Dec 14 00:02:04 2009 +0100
+++ b/hgext/win32mbcs.py	Mon Dec 14 00:26:28 2009 +0100
@@ -35,15 +35,13 @@
 - 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