mrlib: move reserved tag names to mrlib
authorFrantisek Hrbata <frantisek@hrbata.com>
Wed, 16 Dec 2020 16:31:36 +0000 (17:31 +0100)
committerFrantisek Hrbata <frantisek@hrbata.com>
Wed, 16 Dec 2020 16:31:36 +0000 (17:31 +0100)
Signed-off-by: Frantisek Hrbata <frantisek@hrbata.com>
mrlib.py

index cea72b94e29da3b31d1d31f76c02617cc5375b99..32af5d61a7ec543d574b1c089f3c54b3b7e0e7e0 100755 (executable)
--- 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: