jj/cli/src
Yuya Nishihara 825b6670b3 revset: move containing_fn() type alias to lib
If the return type were changed to Result<bool, _>, clippy would complain about
the type complexity.
2024-10-22 09:03:53 +09:00
..
commands revset: drop support for HEAD@git symbol resolution 2024-10-21 09:21:34 +09:00
config templater: make "git_head" return boolean, render it as "git_head()" 2024-10-21 09:21:34 +09:00
merge_tools object_id: implement Display on ObjectId types 2024-10-16 09:12:16 +09:00
cleanup_guard.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
cli_util.rs revset: allow iterators to return evaluation errors 2024-10-18 17:09:35 -04:00
command_error.rs git_backend: Support shallow git repositories 2024-10-14 20:01:08 +02:00
commit_templater.rs revset: move containing_fn() type alias to lib 2024-10-22 09:03:53 +09:00
config-schema.json cli: warn if trunk() alias cannot be resolved, fall back to none() 2024-10-11 09:37:47 +09:00
config.rs style: avoid using .to_owned()/.to_vec() on owned objects 2024-10-04 22:29:13 +02:00
description_util.rs description_util: remove dependency on WorkspaceCommandHelper 2024-10-09 10:15:57 -04:00
diff_util.rs object_id: implement Display on ObjectId types 2024-10-16 09:12:16 +09:00
formatter.rs text_util: add function to pad labeled text 2024-10-21 08:47:08 +09:00
generic_templater.rs templater: pass diagnostics receiver around 2024-09-23 07:07:07 +09:00
git_util.rs bookmarks: update some leftover uses of the word "branch" 2024-09-11 19:19:31 -07:00
graphlog.rs style: remove unneeded lifetimes from trait implementations 2024-10-17 13:35:06 +02:00
lib.rs next/prev: refactor movement utilities into cli/src/movement_utils.rs 2024-08-16 23:21:00 +01:00
main.rs cli: move src/ directory to new cli/ directory 2023-08-04 19:00:42 -05:00
movement_util.rs style: use explicit loop instead of .for_each() in simple cases 2024-10-04 22:29:13 +02:00
operation_templater.rs templater: pass diagnostics receiver around 2024-09-23 07:07:07 +09:00
progress.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
revset_util.rs revset: allow iterators to return evaluation errors 2024-10-18 17:09:35 -04:00
template.pest templater: add support for keyword arguments 2024-10-21 08:47:08 +09:00
template_builder.rs templater: add pad/truncate functions 2024-10-21 08:47:08 +09:00
template_parser.rs templater: add support for keyword arguments 2024-10-21 08:47:08 +09:00
templater.rs formatter: flush color escape sequence when raw() stream is requested 2024-10-14 11:44:24 +09:00
text_util.rs text_util: add function to pad labeled text 2024-10-21 08:47:08 +09:00
time_util.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
ui.rs ui: write prompt messages to stderr 2024-10-07 19:47:18 -04:00