Mercurial > public > mercurial-scm > hg-stable
diff mercurial/wireprototypes.py @ 52133:e08c878b5571
branching: merge stable into default
Hopefully this will bring the last changes necessary to make the 3.13 tests
green (on Linux).
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Sat, 26 Oct 2024 23:33:19 +0200 |
parents | fd200f5bcaea 5ad5f0853a0a |
children | 5cc8deb96b48 |
line wrap: on
line diff
--- a/mercurial/wireprototypes.py Fri Oct 25 23:46:20 2024 -0400 +++ b/mercurial/wireprototypes.py Sat Oct 26 23:33:19 2024 +0200 @@ -417,7 +417,7 @@ ) % config, hint=_(b'usable compression engines: %s') - % b', '.sorted(validnames), # pytype: disable=attribute-error + % b', '.join(sorted(validnames)), ) return compengines