Differences between revisions 2 and 33 (spanning 31 versions)
Revision 2 as of 2010-05-29 15:26:49
Size: 1037
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 not distributed with Mercurial.'''

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

Download site: http://bitbucket.org/mg/hg-eol/

=== 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 = ~/path/to/eol.py
}}}

----
CategoryExtension CategoryExtensionsByOthers
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)