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
edition = "2024"
2
max_width = 100
3
wrap_comments = true
4
format_strings = true
5
error_on_line_overflow = true
6
group_imports = "StdExternalCrate"
7
imports_granularity = "Item"
8