Mercurial > public > mercurial-scm > hg
diff mercurial/bundlecaches.py @ 51597:ee1b648e4453
branching: merge stable into default
author | Rapha?l Gom?s <rgomes@octobus.net> |
---|---|
date | Wed, 17 Apr 2024 12:28:48 +0200 |
parents | f610d705c3ca eac84af0c8cc |
children | 138ab7c6a6ff |
line wrap: on
line diff
--- 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, }