author | Yuya Nishihara <yuya@tcha.org> |
Tue, 17 Mar 2015 20:50:19 +0900 | |
changeset 24366 | e8ea31131705 |
parent 24365 | f1eaf03dd608 |
child 24367 | aba1916c1b23 |
--- 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. """