jj/cli/src
Yuya Nishihara 780f9e547d templater: call property wrap_() functions directly, delete old forwarding fns
This patch replaces single-char L type aliases with P, and renames the L aliases
where that makes sense. Many of the P aliases will be removed later by
introducing generic wrap<T>() trait.
2025-05-05 01:16:41 +00:00
..
commands templater: call property wrap_() functions directly, delete old forwarding fns 2025-05-05 01:16:41 +00:00
config cli: add config option for built-in pager's ruler 2025-04-23 03:16:58 +00:00
merge_tools merge-tools: builtin: refactor mapping of binary files 2025-04-28 01:37:45 +00:00
cleanup_guard.rs formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
cli_util.rs templater: call property wrap_() functions directly, delete old forwarding fns 2025-05-05 01:16:41 +00:00
command_error.rs revset: rename StoreError variants to Backend 2025-04-20 02:28:36 +00:00
commit_templater.rs templater: call property wrap_() functions directly, delete old forwarding fns 2025-05-05 01:16:41 +00:00
complete.rs config: deprecate macOS legacy platform configs 2025-05-02 20:05:24 +00:00
config-schema.json config-schema: allow "command-env"-style for editors and fix tools 2025-04-24 15:48:08 +00:00
config.rs config: deprecate macOS legacy platform configs 2025-05-02 20:05:24 +00:00
description_util.rs squash: add trailer support 2025-04-18 16:35:16 +00:00
diff_util.rs merge: do not map absent tree entry to non-executable 2025-04-13 02:02:58 +00:00
formatter.rs formatter: add support for reversing colors 2025-03-25 15:54:22 +00:00
generic_templater.rs templater: call property wrap_() functions directly, delete old forwarding fns 2025-05-05 01:16:41 +00:00
git_util.rs config: switch to etcetera from dirs 2025-05-02 20:05:24 +00:00
graphlog.rs cli: remove GraphLog::Edge type 2025-01-12 01:51:25 +00:00
lib.rs cli: make git support optional 2025-01-08 22:02:21 +00:00
main.rs cli: move src/ directory to new cli/ directory 2023-08-04 19:00:42 -05:00
movement_util.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
operation_templater.rs templater: call property wrap_() functions directly, delete old forwarding fns 2025-05-05 01:16:41 +00:00
progress.rs cleanup: remove unneeded lifetime capturing from snapshot_progress() 2025-03-08 01:16:56 +00:00
revset_util.rs revset: extract internal context struct from RevsetParseContext 2025-03-26 13:03:41 +00:00
template.pest templater: rename "logical" eq/ne operators 2024-12-12 22:48:45 +09:00
template_builder.rs templater: call property wrap_() functions directly, delete old forwarding fns 2025-05-05 01:16:41 +00:00
template_parser.rs cleanup: use new array methods instead of .collect_tuple()/.next_tuple() 2025-04-12 00:58:14 +00:00
templater.rs templater: add type alias for Box<dyn TemplateProperty<..>> 2025-05-01 00:33:59 +00:00
text_util.rs tests: run insta --force-update-snapshots 2025-03-06 21:35:08 +00:00
time_util.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
ui.rs cli: add config option for built-in pager's ruler 2025-04-23 03:16:58 +00:00