changeset 47268 | 9d1a8829f959 |
parent 47267 | 55d280bc59fa |
child 47270 | 25ce16bf724b |
--- a/mercurial/pure/parsers.py Tue May 04 11:19:48 2021 +0200 +++ b/mercurial/pure/parsers.py Tue May 04 14:16:26 2021 +0200 @@ -47,6 +47,8 @@ class BaseIndexObject(object): + # Can I be passed to an algorithme implemented in Rust ? + rust_ext_compat = 0 # Format of an index entry according to Python's `struct` language index_format = revlog_constants.INDEX_ENTRY_V1 # Size of a C unsigned long long int, platform independent