mercurial/revlog.py
changeset 51030 cd16b6895f62
parent 51029 774c00348f9f
child 51031 a11179fb6bd9
--- a/mercurial/revlog.py	Tue Oct 10 10:02:29 2023 +0200
+++ b/mercurial/revlog.py	Tue Oct 10 10:02:37 2023 +0200
@@ -630,8 +630,6 @@
 
         if b'maxchainlen' in opts:
             self.delta_config.max_chain_len = opts[b'maxchainlen']
-        if b'deltabothparents' in opts:
-            self.delta_config.delta_both_parents = opts[b'deltabothparents']
         dps_cgds = opts.get(b'delta-parent-search.candidate-group-chunk-size')
         if dps_cgds:
             self.delta_config.candidate_group_chunk_size = dps_cgds