diff rust/hg-cpython/src/ancestors.rs @ 51700:7f0cb9ee0534

Backout accidental publication of a large range of revisions I accidentally published 25e7f9dcad0f::bd1483fd7088, this is the inverse.
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 23 Jul 2024 10:02:46 +0200
parents 771598067be2
children 3876d4c6c79e
line wrap: on
line diff
--- a/rust/hg-cpython/src/ancestors.rs	Mon Jul 22 16:49:38 2024 +0200
+++ b/rust/hg-cpython/src/ancestors.rs	Tue Jul 23 10:02:46 2024 +0200
@@ -19,8 +19,8 @@
 //!   `mercurial.ancestor.incrementalmissingancestors`.
 //!
 //!   API differences:
-//!    + it is instantiated with a C `parsers.index` instance instead of a
-//!      parents function.
+//!    + it is instantiated with a C `parsers.index`
+//!      instance instead of a parents function.
 //!    + `MissingAncestors.bases` is a method returning a tuple instead of
 //!      a set-valued attribute. We could return a Python set easily if our
 //!      [PySet PR](https://github.com/dgrunwald/rust-cpython/pull/165)