jj/src
Ilya Grigoriev 89de9aeae1 jj resolve --list: Replace separator with \t
The `:` was a bit noisy. With upcoming color support, it seems unnecessary.

This should also be a little better for any tools that want to parse the
output.

Finally, `insta` also seems to want to rewrite test snapshots to be shorter.
They seem equivalent.
2023-01-07 15:29:19 -08:00
..
config colors: move defaults from source to file 2022-12-24 07:07:37 -08:00
cleanup_guard.rs cleanup: let new Clippy move variables into format strings 2022-12-14 21:30:58 -08:00
cli_util.rs cli: load configs from .jj/repo/config.toml 2023-01-07 11:33:12 +09:00
commands.rs jj resolve --list: Replace separator with \t 2023-01-07 15:29:19 -08:00
config-schema.json Define config TOML/JSON schema 2023-01-02 20:26:28 -06:00
config.rs cli: load configs from .jj/repo/config.toml 2023-01-07 11:33:12 +09:00
diff_util.rs cli: pass UserSettings in to diff_util::diff_formats_for*() 2023-01-05 07:56:03 +09:00
formatter.rs cli: initialize Ui without using UserSettings, use config::Config 2023-01-07 11:33:12 +09:00
graphlog.rs copyright: change from "Google LLC" to "The Jujutsu Authors" 2022-11-28 06:05:45 -10:00
lib.rs Rename diff_edit.rs to merge_tools.rs 2022-12-17 22:26:59 -08:00
main.rs cli: port custom command dispatch to CliRunner 2023-01-04 15:48:38 +09:00
merge_tools.rs cli: pass UserSettings in to merge_tools::get_*_from_settings() explicitly 2023-01-05 07:56:03 +09:00
progress.rs cleanup: let new Clippy move variables into format strings 2022-12-14 21:30:58 -08:00
template.pest copyright: change from "Google LLC" to "The Jujutsu Authors" 2022-11-28 06:05:45 -10:00
template_parser.rs jj op log: Show durations with relative timestamps 2023-01-07 12:08:00 -08:00
templater.rs backend: create ObjectId trait 2023-01-02 12:28:51 -06:00
ui.rs cli: initialize ui with merged config containing defaults and envs 2023-01-07 11:33:12 +09:00