hgext/eol.py
branchstable
changeset 12802 c82cd7b08158
parent 12308 2ae4d6c31dcc
child 12974 75e4fade4ad9
child 12975 278e3c9b939e
--- a/hgext/eol.py	Thu Oct 21 10:13:03 2010 -0500
+++ b/hgext/eol.py	Thu Oct 21 17:02:08 2010 +0200
@@ -51,7 +51,7 @@
 behavior. There are two settings:
 
 - ``eol.native`` (default ``os.linesep``) can be set to ``LF`` or
-  ``CRLF`` override the default interpretation of ``native`` for
+  ``CRLF`` to override the default interpretation of ``native`` for
   checkout. This can be used with :hg:`archive` on Unix, say, to
   generate an archive where files have line endings for Windows.