hgext/win32mbcs.py
changeset 8866 87c30fb7e8df
parent 8760 bf17aeafb869
child 8894 868670dbc237
--- 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.