##// END OF EJS Templates
revset: replace "working copy" with "working directory" in function help
Yuya Nishihara -
r24366:e8ea3113 default
parent child Browse files
Show More
@@ -980,7 +980,7 b' def _follow(repo, subset, x, name, follo'
980
980
981 def follow(repo, subset, x):
981 def follow(repo, subset, x):
982 """``follow([file])``
982 """``follow([file])``
983 An alias for ``::.`` (ancestors of the working copy's first parent).
983 An alias for ``::.`` (ancestors of the working directory's first parent).
984 If a filename is specified, the history of the given file is followed,
984 If a filename is specified, the history of the given file is followed,
985 including copies.
985 including copies.
986 """
986 """
General Comments 0
You need to be logged in to leave comments. Login now