diff -r 6380efb82191 -r 5893706af3de rust/hg-core/src/revlog.rs --- a/rust/hg-core/src/revlog.rs Mon Jan 25 12:00:23 2021 +0100 +++ b/rust/hg-core/src/revlog.rs Mon Jan 25 12:28:39 2021 +0100 @@ -9,7 +9,7 @@ pub mod nodemap; mod nodemap_docket; pub mod path_encode; -pub use node::{Node, NodeError, NodePrefix, NodePrefixRef}; +pub use node::{FromHexError, Node, NodePrefix, NodePrefixRef}; pub mod changelog; pub mod index; pub mod manifest;