projects
/
gimrr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a55536f
)
mrlib: define owner's tags
author
Frantisek Hrbata
<frantisek@hrbata.com>
Wed, 16 Dec 2020 16:42:42 +0000
(17:42 +0100)
committer
Frantisek Hrbata
<frantisek@hrbata.com>
Wed, 16 Dec 2020 16:42:42 +0000
(17:42 +0100)
These can be set by MR owner only.
Signed-off-by: Frantisek Hrbata <frantisek@hrbata.com>
mrlib.py
patch
|
blob
|
history
diff --git
a/mrlib.py
b/mrlib.py
index 32af5d61a7ec543d574b1c089f3c54b3b7e0e7e0..234953385069e79784c69918d7cc796ed9647138 100755
(executable)
--- 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: