jj/lib
Yuya Nishihara 5b769c5c9e fileset, revset, templater: add support for single-quoted raw string literals
Since fileset/revset/template expressions are specified as command-line
arguments, it's sometimes convenient to use single quotes instead of double
quotes. Various scripting languages parse single-quoted strings in various ways,
but I choose the TOML rule because it's simple and practically useful. TOML is
our config language, so copying the TOML syntax would be less surprising than
borrowing it from another language.

https://github.com/toml-lang/toml/issues/188
2024-04-25 11:14:33 +09:00
..
benches
gen-protos
proc-macros
src fileset, revset, templater: add support for single-quoted raw string literals 2024-04-25 11:14:33 +09:00
tests tests: compare git refs loaded from disk, not in-memory cache values 2024-04-22 18:46:28 +09:00
testutils
Cargo.toml
LICENSE