# HG changeset patch # User Georg Brandl # Date 1287673328 -7200 # Node ID c82cd7b08158170227eec314348c992ea4b918b9 # Parent cddea24aafed42c18b1afb6a9520113d772c8161 eol: add missing word in module docstring diff -r cddea24aafed -r c82cd7b08158 hgext/eol.py --- 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.