mercurial/utils/urlutil.py
changeset 49768 bcae90c53def
parent 49767 f1887500f3ec
child 49839 a9602a84a442
--- a/mercurial/utils/urlutil.py	Sat Dec 03 01:24:34 2022 +0100
+++ b/mercurial/utils/urlutil.py	Mon Nov 07 22:30:30 2022 -0500
@@ -775,6 +775,7 @@
     b'default': None,
     b'try-base': revlog_constants.DELTA_BASE_REUSE_TRY,
     b'no-reuse': revlog_constants.DELTA_BASE_REUSE_NO,
+    b'forced': revlog_constants.DELTA_BASE_REUSE_FORCE,
 }