
This PR adds a new picker for viewing a list of jj bookmarks, like you would with `jj bookmark list`. This is an exploration around what it would look like to begin adding some dedicated jj features to Zed. This is behind the `jj-ui` feature flag. Release Notes: - N/A
5 lines
81 B
Rust
5 lines
81 B
Rust
mod jj_repository;
|
|
mod jj_store;
|
|
|
|
pub use jj_repository::*;
|
|
pub use jj_store::*;
|