jj/cli/src
Yuya Nishihara 92ba6d336d cli: op diff: be more strict about multiple diff sources/destinations
As the doc comment states, this function only supports change of "a single
added and removed commit", "only a single added", or "single removed commit."
It doesn't make sense to show diffs from the parent commit ignoring multiple
removed commits for example.
2024-08-07 10:51:23 +09:00
..
commands cli: op diff: be more strict about multiple diff sources/destinations 2024-08-07 10:51:23 +09:00
config cli: port description template to templater 2024-07-25 22:39:00 +09:00
merge_tools files: relax requirement of merge() inputs 2024-07-18 11:34:43 +09:00
cleanup_guard.rs
cli_util.rs cli: merge op heads and snapshot working copy by "op log" by default 2024-08-03 09:22:26 +09:00
command_error.rs describe: allow updating the description of multiple commits 2024-08-05 02:06:40 +08:00
commit_templater.rs templater: add commit.diff().<format>() methods 2024-07-17 18:52:49 +09:00
config-schema.json cli jj fix: add ability to configure multiple tools for different filesets 2024-07-25 13:40:18 -05:00
config.rs Show paths of config files when configurations contain errors 2024-06-10 10:14:36 +00:00
description_util.rs describe: warn user of limitations when describing multiple commits 2024-08-06 11:28:21 -07:00
diff_util.rs diff: add "diff" label globally by outer show_diff/patch() functions 2024-08-01 22:56:36 +09:00
formatter.rs formatter: make error type of with_label() callback generic 2024-08-01 22:56:36 +09:00
generic_templater.rs templater: implement expect_*_arguments() as methods 2024-05-22 10:18:05 +09:00
git_util.rs ui: remove Option<_> wrapping from ui.hint_() helpers 2024-06-18 09:37:23 +09:00
graphlog.rs
lib.rs cli: extract primitives for user revset parsing and evaluation 2024-03-14 22:59:43 +09:00
main.rs
operation_templater.rs templater: implement expect_*_arguments() as methods 2024-05-22 10:18:05 +09:00
progress.rs cli: clear line after writing 2024-05-30 12:27:11 -05:00
revset_util.rs cli: Ignore immutable() in jj git push conflict/desc/user checks 2024-06-24 10:45:29 +10:00
template.pest fileset, revset, templater: add support for single-quoted raw string literals 2024-04-25 11:14:33 +09:00
template_builder.rs dsl_util: add keyword arguments and parsing helper to FunctionCallNode 2024-05-29 22:36:15 +09:00
template_parser.rs revset, templater: implement arity-based alias overloading 2024-06-14 23:11:29 +09:00
templater.rs templater: add SizeHint type to represent revset.count_estimate() value 2024-05-09 08:51:34 +09:00
text_util.rs cli: add ui.color = "debug" 2024-05-11 10:16:09 +02:00
time_util.rs
ui.rs ui: do not write() to channel if builtin pager has terminated 2024-08-05 10:34:33 +09:00