Mercurial > hg
changeset 42039:cab19d49f8bd
revset: remove comment about linkrev workaround from user-facing docs
I think the code is clear enough so we don't need to keep the comment
at all (by now, most Mercurial developers are probably familiar with
the linkrevs issues).
Differential Revision: https://phab.mercurial-scm.org/D6176
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Sun, 31 Mar 2019 09:39:02 -0700 |
parents | e08559769bc6 |
children | 02fa567f8a3c |
files | mercurial/revset.py |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/revset.py Fri Mar 29 11:32:02 2019 -0700 +++ b/mercurial/revset.py Sun Mar 31 09:39:02 2019 -0700 @@ -960,9 +960,6 @@ The pattern without explicit kind like ``glob:`` is expected to be relative to the current directory and match against a file exactly for efficiency. - - If some linkrev points to revisions filtered by the current repoview, we'll - work around it to return a non-filtered value. """ # i18n: "filelog" is a keyword