rust/chg/src/lib.rs
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 25 Jan 2023 12:57:52 +0100
changeset 50039 7b289a70c2c8
parent 44753 a347a329e48d
permissions -rw-r--r--
dirstate: use wlock and changing_files context in `test-revlog-ancestry` This is the way.

// Copyright 2018 Yuya Nishihara <yuya@tcha.org>
//
// This software may be used and distributed according to the terms of the
// GNU General Public License version 2 or any later version.

mod attachio;
mod clientext;
pub mod locator;
pub mod message;
pub mod procutil;
mod runcommand;
mod uihandler;

pub use clientext::ChgClient;
pub use uihandler::{ChgUiHandler, SystemHandler};