diff mercurial/revset.py @ 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 6ddc86eedc3b
children 77fd1fb538cd
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.
     """