mercurial/bundlecaches.py
changeset 51600 ee1b648e4453
parent 51575 f610d705c3ca
parent 51562 eac84af0c8cc
--- a/mercurial/bundlecaches.py	Wed Mar 13 12:02:06 2024 +0100
+++ b/mercurial/bundlecaches.py	Wed Apr 17 12:28:48 2024 +0200
@@ -179,6 +179,9 @@
     b"obsolescence": param_bool,
     b"obsolescence-mandatory": param_bool,
     b"phases": param_bool,
+    b"changegroup": param_bool,
+    b"tagsfnodescache": param_bool,
+    b"revbranchcache": param_bool,
 }