eol: replace "working copy" with "working directory" in extension help
authorYuya Nishihara <yuya@tcha.org>
Tue, 17 Mar 2015 20:41:52 +0900
changeset 24367 aba1916c1b23
parent 24366 e8ea31131705
child 24368 55fd99a23fdc
eol: replace "working copy" with "working directory" in extension help
hgext/eol.py
--- a/hgext/eol.py	Tue Mar 17 20:50:19 2015 +0900
+++ b/hgext/eol.py	Tue Mar 17 20:41:52 2015 +0900
@@ -6,13 +6,13 @@
 Unix/Mac, thereby letting everybody use their OS native line endings.
 
 The extension reads its configuration from a versioned ``.hgeol``
-configuration file found in the root of the working copy. The
+configuration file found in the root of the working directory. The
 ``.hgeol`` file use the same syntax as all other Mercurial
 configuration files. It uses two sections, ``[patterns]`` and
 ``[repository]``.
 
 The ``[patterns]`` section specifies how line endings should be
-converted between the working copy and the repository. The format is
+converted between the working directory and the repository. The format is
 specified by a file pattern. The first match is used, so put more
 specific patterns first. The available line endings are ``LF``,
 ``CRLF``, and ``BIN``.
@@ -51,7 +51,7 @@
 .. note::
 
    The rules will first apply when files are touched in the working
-   copy, e.g. by updating to null and back to tip to touch all files.
+   directory, e.g. by updating to null and back to tip to touch all files.
 
 The extension uses an optional ``[eol]`` section read from both the
 normal Mercurial configuration files and the ``.hgeol`` file, with the