EOL Extension

This extension is not distributed with Mercurial.

Author: Martin Geisler mg@lazybytes.net

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

1. Overview

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

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

2. Configuration

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

[extensions]
eol = ~/path/to/eol.py


CategoryExtension CategoryExtensionsByOthers