diff -r f1eaf03dd608 -r e8ea31131705 mercurial/revset.py --- 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. """