mercurial/bundlecaches.py
branchstable
changeset 51562 eac84af0c8cc
parent 50712 0913a49e020c
child 51600 ee1b648e4453
--- a/mercurial/bundlecaches.py	Thu Apr 04 16:41:43 2024 +0200
+++ b/mercurial/bundlecaches.py	Fri Apr 05 01:07:46 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,
 }