branch | stable |
changeset 51559 | eac84af0c8cc |
parent 50709 | 0913a49e020c |
child 51597 | 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, }