author | Pierre-Yves David <pierre-yves.david@octobus.net> |
Tue, 09 Apr 2024 14:41:48 +0200 | |
changeset 51575 | f610d705c3ca |
parent 51574 | 9b51a4fb0f96 |
child 51576 | de5bf3fe0233 |
--- a/mercurial/bundlecaches.py Tue Apr 09 14:37:24 2024 +0200 +++ b/mercurial/bundlecaches.py Tue Apr 09 14:41:48 2024 +0200 @@ -160,8 +160,6 @@ } _bundlespeccontentopts[b'bundle2'] = _bundlespeccontentopts[b'v2'] -_bundlespecvariants = {b"streamv2": {}} - # Compression engines allowed in version 1. THIS SHOULD NEVER CHANGE. _bundlespecv1compengines = {b'gzip', b'bzip2', b'none'}