mercurial/revset.py
changeset 24366 e8ea31131705
parent 24306 6ddc86eedc3b
child 24374 77fd1fb538cd
--- 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.
     """