revset: add remote_tags() predicate functions 43e9d8b2 parent 513a0ac1

tracked/untracked_remote_tags() aren't documented because all remote tags are tracked as of now. The resolution test is copied from test_evaluate_expression_remote_bookmarks().

authored by Yuya Nishihara

1
root = true
2
3
[*]
4
end_of_line = lf
5
insert_final_newline = true
6
trim_trailing_whitespace = true
7
8
[*.rs]
9
indent_style = space
10
indent_size = 4
11
# Turned off because some editors otherwise remove trailing spaces within
12
# multi-line string literals (intellij-rust/intellij-rust#5368).
13
trim_trailing_whitespace = false
14