[PATCH 3 of 5 wc] revset: replace "working copy" with "working directory" in function help

Yuya Nishihara yuya at tcha.org
Tue Mar 17 10:09:24 CDT 2015


# HG changeset patch
# User Yuya Nishihara <yuya at tcha.org>
# Date 1426593019 -32400
#      Tue Mar 17 20:50:19 2015 +0900
# Node ID 225e0d5a5de2903d5bd41a7b00f165ea12640d74
# Parent  3ec4a65651923f35581bbd083ac54aa816a27d9e
revset: replace "working copy" with "working directory" in function help

diff --git a/mercurial/revset.py b/mercurial/revset.py
--- a/mercurial/revset.py
+++ b/mercurial/revset.py
@@ -980,7 +980,7 @@ def _follow(repo, subset, x, name, follo
 
 def follow(repo, subset, x):
     """``follow([file])``
-    An alias for ``::.`` (ancestors of the working copy's first parent).
+    An alias for ``::.`` (ancestors of the working directory's first parent).
     If a filename is specified, the history of the given file is followed,
     including copies.
     """


More information about the Mercurial-devel mailing list