branchdiff 0.63.8

Terminal UI showing unified diff of current branch vs its base
Documentation
1
2
3
4
5
6
7
8
9
//! Test harness for TUI integration tests.
//!
//! Provides helpers for setting up git repos and controlling the branchdiff TUI.

mod repo;
mod session;

pub use repo::TestRepo;
pub use session::TuiSession;