changeset 52988:3ced516694ad

importrust: change `copy_tracing` to use the new PyO3 implementation This is the last one!
author Rapha?l Gom?s <rgomes@octobus.net>
date Tue, 18 Feb 2025 15:33:51 +0100
parents 6332e5f857f6
children 688665425496
files mercurial/copies.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/copies.py	Tue Feb 18 15:33:26 2025 +0100
+++ b/mercurial/copies.py	Tue Feb 18 15:33:51 2025 +0100
@@ -28,7 +28,7 @@
     sidedata as sidedatamod,
 )
 
-rustmod = policy.importrust("copy_tracing")
+rustmod = policy.importrust("copy_tracing", pyo3=True)
 
 
 def _filter(src, dst, t):