changeset 24366:e8ea31131705

revset: replace "working copy" with "working directory" in function help
author Yuya Nishihara <yuya@tcha.org>
date Tue, 17 Mar 2015 20:50:19 +0900
parents f1eaf03dd608
children aba1916c1b23
files mercurial/revset.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/revset.py	Tue Mar 17 21:53:17 2015 +0900
+++ b/mercurial/revset.py	Tue Mar 17 20:50:19 2015 +0900
@@ -980,7 +980,7 @@
 
 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.
     """