jj/lib
Martin von Zweigbergk c894a7435f revsets: make function arguments always be revset expressions
Now that expressions may contain literal strings, we can simply have
functions accept only expressions arguments. That simplifies both the
grammar and the code.

A small drawback is that `description((foo), bar)` is now allowed and
does a search for the string "foo" (not "(foo)"). That seems
unlikely to trip up users.
2021-04-23 10:51:41 -07:00
..
benches
protos
src revsets: make function arguments always be revset expressions 2021-04-23 10:51:41 -07:00
tests revsets: add functions and operators for children and descendants 2021-04-21 23:34:20 -07:00
build.rs
Cargo.toml revsets: define grammar in pest 2021-04-18 21:25:58 -07:00