jj/cli/src
Yuya Nishihara 81b5e6997c templater: add "pub" to operation template types and wrap fns in commit template
I'm going to split commit/operation_templater::parse() into two parts, and
the first half will be Commit/OperationTemplateLanguage::new(..). This patch
also makes CommitTemplateLanguage::wrap_() functions public because extension
methods should be able to return property of these types.
2024-03-05 12:12:34 +09:00
..
commands cli: add --tool=<name> option to diff/merge editing commands 2024-03-04 01:33:43 +09:00
config merge_tools: move "ui.diff-instructions" to CLI and config/misc.toml 2024-03-02 23:33:45 +09:00
merge_tools cli: ensure child processes are wait()ed on I/O error 2024-03-05 09:23:15 +09:00
cleanup_guard.rs No need for Lazy in LIVE_GUARDS 2023-08-22 02:12:05 -04:00
cli_util.rs Make URLs in docs hyperlinks 2024-03-04 16:05:42 -05:00
command_error.rs cli: translate last-minute EPIPE internally in handle_command_result() 2024-03-03 01:11:46 +09:00
commit_templater.rs templater: add "pub" to operation template types and wrap fns in commit template 2024-03-05 12:12:34 +09:00
config-schema.json cli: change default log revset to not include all tagged heads 2024-02-23 00:25:58 +09:00
config.rs cli: show executable name in error message, include underlying error details 2023-11-23 10:05:45 +09:00
description_util.rs cli: extract CommandError and helper functions to new module 2024-03-03 01:11:46 +09:00
diff_util.rs cli: extract CommandError and helper functions to new module 2024-03-03 01:11:46 +09:00
formatter.rs formatter: reset colors on early drop 2023-11-01 21:41:25 -07:00
git_util.rs cli: ensure child processes are wait()ed on I/O error 2024-03-05 09:23:15 +09:00
graphlog.rs graphlog: refactor graphlog::Edge enum and its usage 2024-02-17 20:54:20 +05:00
lib.rs cli: extract CommandError and helper functions to new module 2024-03-03 01:11:46 +09:00
main.rs cli: move src/ directory to new cli/ directory 2023-08-04 19:00:42 -05:00
operation_templater.rs templater: add "pub" to operation template types and wrap fns in commit template 2024-03-05 12:12:34 +09:00
progress.rs cli: elide path in snapshot progress in the same way 2023-09-02 08:21:33 +09:00
template.pest templater: parse negative integer as unary operator and literal 2024-02-10 09:15:21 +09:00
template_builder.rs template_builder: support extending the core template build fn table 2024-03-01 10:42:51 -05:00
template_parser.rs templater: expand similarity hint with aliases 2024-02-28 09:03:04 +09:00
templater.rs templater: propagate <out-of-range date> as an error 2024-02-29 01:30:43 +09:00
text_util.rs formatter: reset colors on early drop 2023-11-01 21:41:25 -07:00
time_util.rs templater: propagate <out-of-range date> as an error 2024-02-29 01:30:43 +09:00
ui.rs cli: extract CommandError and helper functions to new module 2024-03-03 01:11:46 +09:00