jj/cli/src
Remo Senekowitsch 1a121eae99
Some checks are pending
binaries / Build binary artifacts (push) Waiting to run
nix / flake check (push) Waiting to run
build / build (, macos-13) (push) Waiting to run
build / build (, macos-14) (push) Waiting to run
build / build (, ubuntu-latest) (push) Waiting to run
build / build (, windows-latest) (push) Waiting to run
build / build (--all-features, ubuntu-latest) (push) Waiting to run
build / Build jj-lib without Git support (push) Waiting to run
build / Check protos (push) Waiting to run
build / Check formatting (push) Waiting to run
build / Check that MkDocs can build the docs (push) Waiting to run
build / Check that MkDocs can build the docs with Poetry 1.8 (push) Waiting to run
build / cargo-deny (advisories) (push) Waiting to run
build / cargo-deny (bans licenses sources) (push) Waiting to run
build / Clippy check (push) Waiting to run
Codespell / Codespell (push) Waiting to run
website / prerelease-docs-build-deploy (ubuntu-latest) (push) Waiting to run
Scorecards supply-chain security / Scorecards analysis (push) Waiting to run
completion: teach forget about workspaces
2024-11-18 12:33:39 +01:00
..
commands completion: teach forget about workspaces 2024-11-18 12:33:39 +01:00
config cli_util: enable automatic update of stale workspaces if config is set 2024-11-14 11:12:02 -05:00
merge_tools repo_path: add stub for checked to_fs_path(), rename unchecked functions 2024-11-06 15:03:41 -08:00
cleanup_guard.rs
cli_util.rs completion: pad empty argument at $_CLAP_COMPLETE_INDEX 2024-11-18 17:06:24 +09:00
command_error.rs workspace: move recovery commit logic into lib for sharing 2024-11-14 11:12:02 -05:00
commit_templater.rs templater: add abstraction to implement equality operation per type 2024-11-10 21:41:24 +09:00
complete.rs completion: teach forget about workspaces 2024-11-18 12:33:39 +01:00
config-schema.json cli_util: enable automatic update of stale workspaces if config is set 2024-11-14 11:12:02 -05:00
config.rs cli: fix "config unset" to not delete a whole table 2024-11-18 09:15:40 +09:00
description_util.rs
diff_util.rs repo_path: add stub for checked to_fs_path(), rename unchecked functions 2024-11-06 15:03:41 -08:00
formatter.rs
generic_templater.rs templater: add abstraction to implement equality operation per type 2024-11-10 21:41:24 +09:00
git_util.rs
graphlog.rs
lib.rs completion: teach rename about local bookmarks 2024-11-10 07:26:22 +01:00
main.rs
movement_util.rs revset: reorganize expression resolution/evaluation methods 2024-11-08 10:34:02 +09:00
operation_templater.rs templater: add abstraction to implement equality operation per type 2024-11-10 21:41:24 +09:00
progress.rs repo_path: add stub for checked to_fs_path(), rename unchecked functions 2024-11-06 15:03:41 -08:00
revset_util.rs cli: add helper method that resolves user symbols in revset expression 2024-11-08 10:34:02 +09:00
template.pest templater: add != operator as user would probably expect that it exists 2024-11-10 21:41:24 +09:00
template_builder.rs templater: add != operator as user would probably expect that it exists 2024-11-10 21:41:24 +09:00
template_parser.rs templater: add != operator as user would probably expect that it exists 2024-11-10 21:41:24 +09:00
templater.rs
text_util.rs
time_util.rs
ui.rs