Differences between revisions 4 and 33 (spanning 29 versions)
Revision 4 as of 2010-05-31 19:52:38
Size: 1055
Comment:
Revision 33 as of 2013-08-26 19:48:11
Size: 299
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== EOL Extension ==

'''This extension is distributed with Mercurial 1.5.4.'''

''Author: Martin Geisler mg@lazybytes.net''

=== Overview ===

Different platforms have different conventions for representation of line endings in text files:

 * Windows traditionally uses CRLF (`\r\n`, carriage-return followed by line-feed). The default text editor on Windows, Notepad, only understands CRLF. Command line tools and redirection also uses CRLF.
 * Unix and Linux traditionally uses LF (`\n`) on Unix. Many tools can handle CRLF, but sometimes the native format is essential.
 * Older versions of Mac OS used CR (`\r`), but Mac OS X and later is Unix and uses LF.

This extension will let your configure Mercurial to write text files using line endings that match your OS.

=== Configuration ===
Configure your `.hgrc` to enable the extension by adding following lines:

{{{
[extensions]
eol =
}}}

Then please see `hg help eol` for details on how to configure the extension.

/!\ Expand this section.

----
CategoryExtension
Santa Cruz-born Neida Bennett is virtually hooked on [[http://www.sexualitystudies.net/group/discover-what-you-need-know-about-travel/thread/70646|Costa Blanca Spain weather conditions March,]] rc vehicles, robotics. Last but not least, she is interested in spending time with her dearest friends.

Santa Cruz-born Neida Bennett is virtually hooked on Costa Blanca Spain weather conditions March, rc vehicles, robotics. Last but not least, she is interested in spending time with her dearest friends.

EolExtension (last edited 2013-08-26 20:58:53 by BryanHoffpauir)