ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli
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
..
examples working_copy: allow load_working_copy() to return error 2024-04-19 15:22:37 -07:00
src fileset, revset, templater: add support for single-quoted raw string literals 2024-04-25 11:14:33 +09:00
testing
tests Fixes typo in 'jj git init' args 2024-04-24 09:12:37 -07:00
build.rs
Cargo.toml cargo: explicitly indicate paths to publish 2024-04-15 20:37:00 -07:00
LICENSE