jj-vine 0.3.5

Stacked pull requests for jj (jujutsu). Supports GitLab and bookmark-based flow.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#![allow(async_fn_in_trait)]

pub mod bookmark;
pub mod cli;
pub mod commands;
pub mod config;
pub mod description;
pub mod error;
pub mod forge;
pub mod jj;
pub mod output;
pub mod submit;
pub mod tracing_formatter;

#[cfg(test)]
mod tests;
pub mod utils;