ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli/src
Martin von Zweigbergk bfb16a4c54 cli: get repo path from WorkspaceCommandHelper, not from ReadonlyRepo
I'd like to remove `ReadonlyRepo::repo_path()` since it doesn't make
sense when the repo is stored in a database.
2024-09-07 12:20:02 -07:00
..
commands cli: get repo path from WorkspaceCommandHelper, not from ReadonlyRepo 2024-09-07 12:20:02 -07:00
config cli: parse graph node settings strictly 2024-09-06 09:51:10 +09:00
merge_tools store: make write_file() async 2024-09-04 18:34:11 -07:00
cleanup_guard.rs
cli_util.rs cli: get repo path from WorkspaceCommandHelper, not from ReadonlyRepo 2024-09-07 12:20:02 -07:00
command_error.rs cli: update docs URLs to point to https://martinvonz.github.io/jj/latest/ 2024-09-06 09:22:04 +09:00
commit_templater.rs cli: rename obslog to evolution-log/evolog 2024-09-05 13:45:17 -07:00
config-schema.json config-schema: add signing.backend=none to the list of enum variants 2024-09-07 10:17:08 +09:00
config.rs cli: update docs URLs to point to https://martinvonz.github.io/jj/latest/ 2024-09-06 09:22:04 +09:00
description_util.rs cli: get repo path from WorkspaceCommandHelper, not from ReadonlyRepo 2024-09-07 12:20:02 -07:00
diff_util.rs diff: extract inter-diff helper 2024-09-07 09:09:27 +09:00
formatter.rs
generic_templater.rs cleanup: remove redundant ::{self} from use declarations 2024-08-23 13:05:27 +09:00
git_util.rs cleanup: remove redundant ::{self} from use declarations 2024-08-23 13:05:27 +09:00
graphlog.rs graphlog: inline node_template_for_key() 2024-09-06 09:51:10 +09:00
lib.rs
main.rs
movement_util.rs next/prev: update error message when no movement targets are found. 2024-08-25 09:58:04 +01:00
operation_templater.rs cleanup: remove redundant ::{self} from use declarations 2024-08-23 13:05:27 +09:00
progress.rs
revset_util.rs cleanup: remove redundant ::{self} from use declarations 2024-08-23 13:05:27 +09:00
template.pest
template_builder.rs cleanup: remove redundant ::{self} from use declarations 2024-08-23 13:05:27 +09:00
template_parser.rs cleanup: remove redundant ::{self} from use declarations 2024-08-23 13:05:27 +09:00
templater.rs
text_util.rs
time_util.rs
ui.rs