jj/src
Yuya Nishihara c2e0ebca12 templater: implement .into_template() helper on formattable property
So that I can blindly write property.into_template() to convert any property
type to template.
2023-02-20 18:20:41 +09:00
..
commands cmd: Allow multiple -b for jj rebase 2023-02-20 00:36:32 -08:00
config
cleanup_guard.rs
cli_util.rs revset: replace RevsetIterator wrapper by extension 2023-02-19 21:37:26 -08:00
commit_templater.rs templater: implement .into_template() helper on formattable property 2023-02-20 18:20:41 +09:00
config-schema.json Rename ui.relative-timestamps to ui.oplog-relative-timestamps 2023-02-15 21:26:14 -08:00
config.rs
diff_util.rs repo: replace RepoRef by Repo trait 2023-02-15 19:15:17 -08:00
formatter.rs
graphlog.rs
lib.rs commit_templater: extract parsing functions from template_parser.rs 2023-02-19 16:18:39 +09:00
main.rs
merge_tools.rs
progress.rs
template.pest
template_parser.rs templater: implement .into_template() helper on formattable property 2023-02-20 18:20:41 +09:00
templater.rs templater: implement .into_template() helper on formattable property 2023-02-20 18:20:41 +09:00
time_util.rs
ui.rs