comparison hgext/eol.py @ 13471:bffa00360e13 stable

eol: clarify where the .hgeol file is located
author Martin Geisler <mg@aragost.com>
date Fri, 25 Feb 2011 10:52:37 +0100
parents ece1c069ddd6
children c7bef25ca393
comparison
equal deleted inserted replaced
13470:64ce09e93aff 13471:bffa00360e13
4 LF) that are used in the repository and in the local working 4 LF) that are used in the repository and in the local working
5 directory. That way you can get CRLF line endings on Windows and LF on 5 directory. That way you can get CRLF line endings on Windows and LF on
6 Unix/Mac, thereby letting everybody use their OS native line endings. 6 Unix/Mac, thereby letting everybody use their OS native line endings.
7 7
8 The extension reads its configuration from a versioned ``.hgeol`` 8 The extension reads its configuration from a versioned ``.hgeol``
9 configuration file every time you run an ``hg`` command. The 9 configuration file found in the root of the working copy. The
10 ``.hgeol`` file use the same syntax as all other Mercurial 10 ``.hgeol`` file use the same syntax as all other Mercurial
11 configuration files. It uses two sections, ``[patterns]`` and 11 configuration files. It uses two sections, ``[patterns]`` and
12 ``[repository]``. 12 ``[repository]``.
13 13
14 The ``[patterns]`` section specifies how line endings should be 14 The ``[patterns]`` section specifies how line endings should be