changeset 43431 | 21a1b2094649 |
parent 43273 | 478d0b1bf0c5 |
child 43456 | ab9b0a20b9e6 |
--- a/rust/hg-cpython/src/dirstate/status.rs Sat Oct 05 09:33:01 2019 -0400 +++ b/rust/hg-cpython/src/dirstate/status.rs Sat Oct 19 14:30:19 2019 +0900 @@ -6,7 +6,8 @@ // GNU General Public License version 2 or any later version. //! Bindings for the `hg::status` module provided by the -//! `hg-core` crate. From Python, this will be seen as `rustext.dirstate.status`. +//! `hg-core` crate. From Python, this will be seen as +//! `rustext.dirstate.status`. //! use crate::dirstate::DirstateMap;