Mercurial > hg
view tests/unwrap-message-id.py @ 43467:b16912f8c07c
vfs: add a NotImplementedError implementation of __call__
This helps pytype considerably on this file.
Differential Revision: https://phab.mercurial-scm.org/D7265
author | Augie Fackler <augie@google.com> |
---|---|
date | Wed, 06 Nov 2019 15:11:30 -0500 |
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="")