Mercurial > public > mercurial-scm > hg-stable
diff mercurial/bundlecaches.py @ 51600:f610d705c3ca
bundlespec: drop unused _bundlespecvariants dictionary
Why do we have a `_bundlespecvariants`?
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Tue, 09 Apr 2024 14:41:48 +0200 |
parents | 9b51a4fb0f96 |
children | ee1b648e4453 |
line wrap: on
line diff
--- 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'}