Mercurial > hg-stable
view tests/unwrap-message-id.py @ 44088:b3ec1ea95ee6
rust-core: fix typo in comment
Differential Revision: https://phab.mercurial-scm.org/D7895
author | Aay Jay Chan <aayjaychan@itopia.com.hk> |
---|---|
date | Thu, 16 Jan 2020 00:30:08 +0800 |
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="")