ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/src
Yuya Nishihara 431395a7ee templater: generalize Literal/Constant wrapper for any context-less template
Now we have 'impl Template<()> for String', 'LiteralTemplate(String)' is
a bit redundant. Let's generalize it for any 'Template<()>'. I noticed
'ConstantTemplateProperty' serves as a similar role, so unified these.
2023-01-23 15:23:26 +09:00
..
commands formatter: expose raw output and use for graphlog 2023-01-22 17:45:12 -08:00
config config: allow configuration of git remotes for fetch and push operations 2023-01-17 19:04:11 +01:00
cleanup_guard.rs
cli_util.rs templater: inline TemplateFormatter into write_commit_summary() 2023-01-23 15:23:26 +09:00
config.rs config: allow configuration of git remotes for fetch and push operations 2023-01-17 19:04:11 +01:00
diff_util.rs formatter: remove write_bytes() method 2023-01-22 17:45:12 -08:00
formatter.rs cli: also sanitize non-colored output printed to a terminal 2023-01-22 17:45:12 -08:00
graphlog.rs cargo: replace dependency on Sapling's dag by renderdag 2023-01-22 00:03:48 -08:00
lib.rs refactor: separate timestamp related utilities in time_util module 2023-01-14 16:07:09 +01:00
main.rs refactor: return ExitCode from CliRunner::run() 2023-01-20 06:42:08 +01:00
merge_tools.rs style: use #[error(transparent)] instead of #[error("{0}")] 2023-01-17 20:39:39 +01:00
progress.rs
template.pest
template_parser.rs templater: generalize Literal/Constant wrapper for any context-less template 2023-01-23 15:23:26 +09:00
templater.rs templater: generalize Literal/Constant wrapper for any context-less template 2023-01-23 15:23:26 +09:00
time_util.rs refactor: separate timestamp related utilities in time_util module 2023-01-14 16:07:09 +01:00
ui.rs cli: also sanitize non-colored output printed to a terminal 2023-01-22 17:45:12 -08:00