From: Frantisek Hrbata Date: Wed, 16 Dec 2020 16:31:36 +0000 (+0100) Subject: mrlib: move reserved tag names to mrlib X-Git-Tag: v0.2~41 X-Git-Url: http://www.hrbata.com/gitweb/?a=commitdiff_plain;h=75f18769b8d3ae2148d87d9bf4e4875f9f183509;p=gimrr.git mrlib: move reserved tag names to mrlib Signed-off-by: Frantisek Hrbata --- diff --git a/mrlib.py b/mrlib.py index cea72b9..32af5d6 100755 --- a/mrlib.py +++ b/mrlib.py @@ -20,6 +20,7 @@ import datetime from_line = "From localhost.localdomain Wed Sep 1 08:00:00 CET 2010" rev_zero = "0"*40 +reserved_tags = ["M", "B", "A", "C", "CC", "AN", "AE", "AT"] def run(cmd, stdin=None, stdout=True, stderr=True, text=True, env=None, die=True): if stdin and text: