comparison rust/hg-core/src/lib.rs @ 46443:43d63979a75e

rust: use HgError in RevlogError and Vfs Differential Revision: https://phab.mercurial-scm.org/D9897
author Simon Sapin <simon.sapin@octobus.net>
date Wed, 27 Jan 2021 14:45:25 +0100
parents 776b97179c06
children 6c778d20c8c2
comparison
equal deleted inserted replaced
46442:02d3bb972121 46443:43d63979a75e
1 // Copyright 2018-2020 Georges Racinet <georges.racinet@octobus.net> 1 // Copyright 2018-2020 Georges Racinet <georges.racinet@octobus.net>
2 // and Mercurial contributors 2 // and Mercurial contributors
3 // 3 //
4 // This software may be used and distributed according to the terms of the 4 // This software may be used and distributed according to the terms of the
5 // GNU General Public License version 2 or any later version. 5 // GNU General Public License version 2 or any later version.
6
6 mod ancestors; 7 mod ancestors;
7 pub mod dagops; 8 pub mod dagops;
8 pub mod errors; 9 pub mod errors;
9 pub use ancestors::{AncestorsIterator, LazyAncestors, MissingAncestors}; 10 pub use ancestors::{AncestorsIterator, LazyAncestors, MissingAncestors};
10 mod dirstate; 11 mod dirstate;