jj/cli/src
Martin von Zweigbergk 23509e939e working_copy: get diff from MergedTrees
To support tree-level conflicts, we're going to need to update the
working copy from one `MergedTree` to another. We're going need to
store multiple tree ids in the `tree_state` file. This patch gets us
closer to that by getting the diff from `MergedTree`s`, even though we
assume that they are legacy trees for now, so we can write to the
single-tree `tree_state` file.
2023-08-25 06:40:36 -07:00
..
commands working_copy: get diff from MergedTrees 2023-08-25 06:40:36 -07:00
config templates: colorize description_placeholder 2023-08-25 10:03:30 +05:30
merge_tools working_copy: get diff from MergedTrees 2023-08-25 06:40:36 -07:00
cleanup_guard.rs No need for Lazy in LIVE_GUARDS 2023-08-22 02:12:05 -04:00
cli_util.rs working_copy: get diff from MergedTrees 2023-08-25 06:40:36 -07:00
commit_templater.rs templater: add root keyword 2023-08-15 18:54:59 +03:00
config-schema.json settings: support human-readable byte sizes for max-new-file-size 2023-08-17 19:29:38 -07:00
config.rs cli: let custom binaries add extra default configs 2023-08-19 06:48:29 -07:00
diff_util.rs Fix docs for diff --stat 2023-08-22 20:38:15 -07:00
formatter.rs cli: move src/ directory to new cli/ directory 2023-08-04 19:00:42 -05:00
graphlog.rs cli: move src/ directory to new cli/ directory 2023-08-04 19:00:42 -05:00
lib.rs cli: move src/ directory to new cli/ directory 2023-08-04 19:00:42 -05:00
main.rs cli: move src/ directory to new cli/ directory 2023-08-04 19:00:42 -05:00
operation_templater.rs cli: move src/ directory to new cli/ directory 2023-08-04 19:00:42 -05:00
progress.rs settings: support human-readable byte sizes for max-new-file-size 2023-08-17 19:29:38 -07:00
template.pest Allow negative numbers in the template grammar 2023-08-24 11:24:07 -04:00
template_builder.rs templates: Add more string methods 2023-08-24 11:24:07 -04:00
template_parser.rs cli: move src/ directory to new cli/ directory 2023-08-04 19:00:42 -05:00
templater.rs templates: replace empty name and email strings with placeholders 2023-08-18 17:22:59 -05:00
text_util.rs cli: move src/ directory to new cli/ directory 2023-08-04 19:00:42 -05:00
time_util.rs cli: move src/ directory to new cli/ directory 2023-08-04 19:00:42 -05:00
ui.rs cli: fix --no-pager to persist across layered config loading 2023-08-12 13:47:31 +09:00