Show More
@@ -9,7 +9,7 b'' | |||||
9 | //! `hg-core` crate. From Python, this will be seen as `rustext.discovery` |
|
9 | //! `hg-core` crate. From Python, this will be seen as `rustext.discovery` | |
10 | //! |
|
10 | //! | |
11 | //! # Classes visible from Python: |
|
11 | //! # Classes visible from Python: | |
12 | //! - [`PartialDiscover`] is the Rust implementation of |
|
12 | //! - [`PartialDiscovery`] is the Rust implementation of | |
13 | //! `mercurial.setdiscovery.partialdiscovery`. |
|
13 | //! `mercurial.setdiscovery.partialdiscovery`. | |
14 |
|
14 | |||
15 | use crate::PyRevision; |
|
15 | use crate::PyRevision; |
General Comments 0
You need to be logged in to leave comments.
Login now