##// END OF EJS Templates
revset: remove comment about linkrev workaround from user-facing docs...
Martin von Zweigbergk -
r42206:cab19d49 default
parent child Browse files
Show More
@@ -960,9 +960,6 b' def filelog(repo, subset, x):'
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
General Comments 0
You need to be logged in to leave comments. Login now