From: Frantisek Hrbata Date: Wed, 16 Dec 2020 16:42:42 +0000 (+0100) Subject: mrlib: define owner's tags X-Git-Tag: v0.2~37 X-Git-Url: http://www.hrbata.com/gitweb/?a=commitdiff_plain;h=058b1de8c01280c44eb7a42ae693a09c2f6d2ede;p=gimrr.git mrlib: define owner's tags These can be set by MR owner only. Signed-off-by: Frantisek Hrbata --- diff --git a/mrlib.py b/mrlib.py index 32af5d6..2349533 100755 --- a/mrlib.py +++ b/mrlib.py @@ -21,6 +21,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"] +owners_tags = ["S", "D"] def run(cmd, stdin=None, stdout=True, stderr=True, text=True, env=None, die=True): if stdin and text: