diff -r 37d8a5ddd499 -r 87c30fb7e8df hgext/win32mbcs.py --- a/hgext/win32mbcs.py Sat Jun 20 20:55:50 2009 +0200 +++ b/hgext/win32mbcs.py Sat Jun 20 20:57:13 2009 +0200 @@ -33,11 +33,6 @@ * You should set same encoding for the repository by locale or HGENCODING. -To use this extension, enable the extension in .hg/hgrc or ~/.hgrc: - - [extensions] - hgext.win32mbcs = - Path encoding conversion are done between Unicode and encoding.encoding which is decided by Mercurial from current locale setting or HGENCODING.