revset: restore parsing rule for expression without "modifier:" syntax 69c36fe1 parent e0a3ceb3

The new parse_program() will allow us to parse top-level string patterns with no parentheses. This patch also replaces a few callers of the old parse_program(). When we drop support for the all: modifier syntax, parse_program_with_modifier() will be replaced entirely.

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