Mercurial > evolve
changeset 5434:c161b9756053 stable
compat: byteify the message about discovery "overflow"
Otherwise, this breaks on python3.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 22 Jul 2020 08:41:09 +0200 |
parents | 0d65a5e96691 |
children | d1566ef923d9 |
files | hgext3rd/evolve/obsexchange.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext3rd/evolve/obsexchange.py Wed Jul 22 07:41:21 2020 +0800 +++ b/hgext3rd/evolve/obsexchange.py Wed Jul 22 08:41:09 2020 +0200 @@ -52,7 +52,7 @@ ARGUMENTS_LIMIT = 200 -OVERFLOW_MSG = """obsmarkers differ for %d common nodes +OVERFLOW_MSG = b"""obsmarkers differ for %d common nodes | | This might be too much for the remote HTTP server that doesn't accept | arguments through POST request. (config: experimental.httppostargs=yes)