Mercurial > public > mercurial-scm > hg-stable
diff hgext/win32mbcs.py @ 7598:26adfaccdf73
lowercase help output
Changes docstrings to begin with a lowercase word. Only docstrings
used in help output is changed.
Scripts are not expected to grep the output of 'hg help' so this
change should pose no problem with regard to the compatibility rules.
author | Martin Geisler <mg@daimi.au.dk> |
---|---|
date | Sat, 03 Jan 2009 17:15:15 +0100 |
parents | 304484c7e0ba |
children | eba7f12b0c51 |
line wrap: on
line diff
--- a/hgext/win32mbcs.py Sat Jan 03 16:15:11 2009 +0100 +++ b/hgext/win32mbcs.py Sat Jan 03 17:15:15 2009 +0100 @@ -8,7 +8,7 @@ # This software may be used and distributed according to the terms # of the GNU General Public License, incorporated herein by reference. # -"""Allow to use MBCS path with problematic encoding. +"""allow to use MBCS path with problematic encoding. Some MBCS encodings are not good for some path operations (i.e. splitting path, case conversion, etc.) with its encoded bytes.