view tests/unwrap-message-id.py @ 43853:4f40dc190f63 stable

remotefilelog: remove most of the debugwait* command in the tests Since we use a dedicated developer config, we do not need them anymore. Differential Revision: https://phab.mercurial-scm.org/D7589
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 09 Dec 2019 11:26:53 +0100
parents 4128ffba4431
children a1908951ca42
line wrap: on
line source

from __future__ import absolute_import, print_function

import re
import sys

print(re.sub(r"(?<=Message-Id:) \n ", " ", sys.stdin.read()), end="")