changeset 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 64ce09e93aff
children 6c70ca0b7e07
files hgext/eol.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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]``.