Submitter | Yuya Nishihara |
---|---|
Date | March 17, 2015, 3:09 p.m. |
Message ID | <225e0d5a5de2903d5bd4.1426604964@mimosa> |
Download | mbox | patch |
Permalink | /patch/8120/ |
State | Accepted |
Commit | e8ea31131705a591e3328cbc5eda982a44bdfa08 |
Headers | show |
Comments
Patch
diff --git a/mercurial/revset.py b/mercurial/revset.py --- a/mercurial/revset.py +++ b/mercurial/revset.py @@ -980,7 +980,7 @@ def _follow(repo, subset, x, name, follo 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. """