ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli/src
Martin von Zweigbergk daa23173c5 cli: add a jj debug tree command for printing the tree
I'm about to make conflicts also get materialized in executable
files. We'll lose some of the test coverage in `test_chmod_command.rs`
then, because the those tests rely on the materialized content to
describe the executable bits. So this commit adds a debug command for
printing tree values and uses that in the tests.
2023-10-24 06:45:45 -07:00
..
commands cli: add a jj debug tree command for printing the tree 2023-10-24 06:45:45 -07:00
config cli: enable tree-level conflicts by default 2023-10-05 10:31:47 -07:00
merge_tools conflicts: make materialization async 2023-10-20 07:38:34 -07:00
cleanup_guard.rs
cli_util.rs cli: use StringPattern to find branches to delete/forget 2023-10-22 04:07:49 +09:00
commit_templater.rs templater: take non-tracking remote branches as unrelated to local branch 2023-10-17 16:42:36 +09:00
config-schema.json cli: redefine default log revset using immutable_heads() 2023-10-01 11:15:30 -07:00
config.rs revsets: add trunk alias with default to main/master/root 2023-09-17 10:17:23 +10:00
diff_util.rs conflicts: make materialization async 2023-10-20 07:38:34 -07:00
formatter.rs
graphlog.rs
lib.rs
main.rs
operation_templater.rs templater: make .short(negative_len) return 0-length string 2023-08-25 22:59:20 +09:00
progress.rs cli: elide path in snapshot progress in the same way 2023-09-02 08:21:33 +09:00
template.pest Allow \0 escape for nulls 2023-09-14 17:11:05 -04:00
template_builder.rs templater: add boolean literals 2023-09-03 07:01:40 +09:00
template_parser.rs Allow \0 escape for nulls 2023-09-14 17:11:05 -04:00
templater.rs templater: move empty signature placeholder to user template 2023-08-27 09:38:36 +09:00
text_util.rs cli: add helper to elide text from left 2023-09-02 08:21:33 +09:00
time_util.rs
ui.rs ui: remove write*() and flush() methods 2023-10-11 19:24:01 +09:00