eol: clarify where the .hgeol file is located stable
authorMartin Geisler <mg@aragost.com>
Fri, 25 Feb 2011 10:52:37 +0100
branchstable
changeset 13471 bffa00360e13
parent 13470 64ce09e93aff
child 13472 6c70ca0b7e07
eol: clarify where the .hgeol file is located
hgext/eol.py
--- a/hgext/eol.py	Thu Feb 24 15:35:22 2011 +0100
+++ b/hgext/eol.py	Fri Feb 25 10:52:37 2011 +0100
@@ -6,7 +6,7 @@
 Unix/Mac, thereby letting everybody use their OS native line endings.
 
 The extension reads its configuration from a versioned ``.hgeol``
-configuration file every time you run an ``hg`` command. The
+configuration file found in the root of the working copy. The
 ``.hgeol`` file use the same syntax as all other Mercurial
 configuration files. It uses two sections, ``[patterns]`` and
 ``[repository]``.