Mercurial > public > mercurial-scm > hg
comparison mercurial/revset.py @ 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 | 0bd730fbcc2b |
children | 4b86f4f199a9 |
comparison
equal
deleted
inserted
replaced
42038:e08559769bc6 | 42039:cab19d49f8bd |
---|---|
958 result, use ``file()``. | 958 result, use ``file()``. |
959 | 959 |
960 The pattern without explicit kind like ``glob:`` is expected to be | 960 The pattern without explicit kind like ``glob:`` is expected to be |
961 relative to the current directory and match against a file exactly | 961 relative to the current directory and match against a file exactly |
962 for efficiency. | 962 for efficiency. |
963 | |
964 If some linkrev points to revisions filtered by the current repoview, we'll | |
965 work around it to return a non-filtered value. | |
966 """ | 963 """ |
967 | 964 |
968 # i18n: "filelog" is a keyword | 965 # i18n: "filelog" is a keyword |
969 pat = getstring(x, _("filelog requires a pattern")) | 966 pat = getstring(x, _("filelog requires a pattern")) |
970 s = set() | 967 s = set() |