Mercurial > hg
view tests/unwrap-message-id.py @ 44349:cd43cae79f25
rebase: remove some now-unused parent arguments
Differential Revision: https://phab.mercurial-scm.org/D7829
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Fri, 10 Jan 2020 17:20:12 -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="")